Add text shadow to images in styles.css for enhanced visual effect. This change improves the aesthetics of image elements, contributing to a more engaging user experience.
This commit is contained in:
@@ -75,6 +75,7 @@ img {
|
|||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
text-shadow: 1px 0px #ff7700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation a:hover {
|
.navigation a:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user