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