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:
parent
2974cbb63e
commit
761b66da71
@ -75,6 +75,7 @@ img {
|
||||
opacity: 0.7;
|
||||
transition: opacity 0.3s ease;
|
||||
padding: 5px;
|
||||
text-shadow: 1px 0px #ff7700;
|
||||
}
|
||||
|
||||
.navigation a:hover {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user