css box shadow
/* offset-x | offset-y | blur-radius | spread-radius | color */
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
css box shadow
/* offset-x | offset-y | blur-radius | spread-radius | color */
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
drop shadow css
filter: drop-shadow(30px 10px 4px #4444dd);
drop-shadow(offset-x offset-y blur-radius color)
add shadow to background image css
box-shadow: inset 0 0 5px 2px #282a2d; /* mark the inset */
how to add shadow css
h1 {
text-shadow: 2px 2px;
}
how to add background shadow css
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
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