Please how do I put shadow around all the sides of an input box? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please how do I put shadow around all the sides of an input box?

15th Jul 2020, 6:24 PM
Abdulmubeen Uthman
Abdulmubeen Uthman - avatar
1 Answer
+ 3
do something like this on the css box-shadow: 0px 0px 25px 5px rgb(0, 0, 0, 0.5);
15th Jul 2020, 6:30 PM
Shen Bapiro
Shen Bapiro - avatar