How can create box-shadow?

I need help on how to create a box-shadow?

1 Like

Hi @Connelius !
You can check out this article on box shadows

You can also check out these

and some useful examples

hope it helps!

1 Like

Box-shadow is not that complicated, your code should be something like this:

box-shadow: inset/*Box Shadow inside the element, This is not compulsory*/ | x-offset/*x-axis*/ | y-offset/*y-axis*/| blur | spread /*Increase/Decrease the size of Box-shadow */ | color;

If you want try out this cool generator the makes box-shadow easy:

Thought it doesn’t help in making inset box shadow, it is pretty cool!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.