Created
February 8, 2021 07:47
-
-
Save olejorgensen/a9d8206e392178193604d081db8a2339 to your computer and use it in GitHub Desktop.
box shadow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.post-body img { | |
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); | |
} | |
img { | |
border: 0; | |
max-width: 100%; | |
height: auto; | |
vertical-align: middle; | |
} | |
* { | |
box-sizing: border-box; | |
} | |
body { | |
margin: 0; | |
line-height: 1.6; | |
font-family: 'Raleway','Verdana',sans-serif; | |
font-size: 16px; | |
color: #444; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment