opacity change on hover
This commit is contained in:
@@ -37,7 +37,13 @@
|
||||
margin-top: 15px;
|
||||
color: #555;
|
||||
}
|
||||
img {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
img:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Container (TOUR Section) -->
|
||||
|
||||
Reference in New Issue
Block a user