Skip to content

Instantly share code, notes, and snippets.

@olejorgensen
Created February 8, 2021 07:47
Show Gist options
  • Save olejorgensen/a9d8206e392178193604d081db8a2339 to your computer and use it in GitHub Desktop.
Save olejorgensen/a9d8206e392178193604d081db8a2339 to your computer and use it in GitHub Desktop.
box shadow
.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