Created
April 2, 2020 06:52
-
-
Save grav/c9c9c941ffe7151acaf964793734f033 to your computer and use it in GitHub Desktop.
Slow preview rendering
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
<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