How To Make Your Image Have A Shadow
Wednesday, 5 July 2017 04:41 pmJust copy and paste the code into the Story Stylesheets, then adjust it to your liking.
For example:
img {
For example:
img {
-webkit-filter: drop-shadow(8px 8px 10px red);
filter: drop-shadow(8px 8px 10px red);
filter: drop-shadow(8px 8px 10px red);
}