Skip to content

Commit c4cc717

Browse files
committed
CSS - Added Shadow to IMG
1 parent 4d84564 commit c4cc717

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,10 @@ ul.menu__list > li > a.menu__link--active {
273273
right: 20px;
274274
bottom: 20px;
275275
box-shadow: 0 0 20px rgb(0, 0, 0 / 80%);
276+
}
277+
278+
/* IMG */
279+
280+
img {
281+
box-shadow: 0 1px 5px rgb(0 0 0 / 0.2);
276282
}

0 commit comments

Comments
 (0)