@Jintax1Submitted almost 3 years ago
I don't know how to do shadows and it's not as pixel perfect as I would like. I will return to make it a little better in the future. Any feedback would be appreciated :)
I don't know how to do shadows and it's not as pixel perfect as I would like. I will return to make it a little better in the future. Any feedback would be appreciated :)
. container{ box-shadow: 2px 3px 15px grey; } //This will give it the shadow of 2px right and 3px bottom. //Top and left will have a negative value