Boxshadows make sites look extra awesome 💥 here's how I use them!

simple inset

simple border

drop shadow

blurred border

multiple borders

code below:

you can also find good box shadows here and here.

Box shadows vs filter

While they are similar, you should usually use box shadows on divs and imgs. I say this because box shadows do not work on other tags like paragraphs. the filter property can easily cause lag. Here's an example:

box shadow

filter

the difference is that filter fits to any shape while box-shadow does not. Using filters is not bad, but reduce use for less lag on your website!!