opacity change on hover

This commit is contained in:
2023-08-10 07:31:51 +02:00
parent 1cdf1f3892
commit 8e185b36a2

View File

@@ -37,7 +37,13 @@
margin-top: 15px;
color: #555;
}
img {
opacity: 1.0;
}
img:hover {
opacity: 0.5;
}
</style>
<!-- Container (TOUR Section) -->