how to add box shadow to all sides css
div {
box-shadow: 0 0 10px #fff;
}
how to add box shadow to all sides css
div {
box-shadow: 0 0 10px #fff;
}
how to make multiple borders using box shadow in css
.many_borders {
box-shadow:
0 0 0 10px red,
0 0 0 15px blue,
0 0 0 20px red,
0 0 0 25px blue;
}
/*
Here the fourth parameter is called the spread and it basically means after how many
pixels the shadow should start spreading
*/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us