box shadow css
box-shadow: 3px 3px 6px 5px #ccc;
or
box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75);
box shadow css
box-shadow: 3px 3px 6px 5px #ccc;
or
box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75);
cool box shadow effects css
box-shadow: 2px 2px 2px gray, -2px -2px 5px white;
// dreamy smooth
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.034), -2px -2px 5px white,
inset 2px 2px 3px gray, inset -3px -5px 5px white;
// pressed dreamy smooth
box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
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