Image styling

This commit is contained in:
~erin 2022-03-05 14:25:32 -05:00
parent e4373bfaea
commit 36cf9bfa06
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 8 additions and 0 deletions

8
_scss/_image.scss Normal file
View File

@ -0,0 +1,8 @@
img {
border-radius: 10px;
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 8px 8px 23px #060606,
-8px -8px 23px #16161a;
}