Skip to content

Instantly share code, notes, and snippets.

@grav
Created April 2, 2020 06:52
Show Gist options
  • Save grav/c9c9c941ffe7151acaf964793734f033 to your computer and use it in GitHub Desktop.
Save grav/c9c9c941ffe7151acaf964793734f033 to your computer and use it in GitHub Desktop.
Slow preview rendering
<html><head>
<style>
img {
filter: drop-shadow(0.1em 0.2em 0.3em)
}
</style>
</head>
<body><img src="https://www.w3schools.com/html/pic_trulli.jpg">
<img src="https://www.w3schools.com/html/img_girl.jpg">
<img src="https://www.w3schools.com/html/img_chania.jpg">
<img src="https://www.w3schools.com/w3css/img_lights.jpg">
<img src="https://www.w3schools.com/w3css/img_forest.jpg">
<img src="https://www.w3schools.com/w3css/img_mountains.jpg">
<img src="https://www.w3schools.com/w3css/img_nature.jpg">
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment