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);
css box shadow
#example1 {
box-shadow: 10px 10px 8px #888888;
}
box shadow border
box-shadow: 0 -1px 0 0 red; /* Border top */
box-shadow: 1px 0 0 0 red; /* Border right */
box-shadow: 0 1px 0 0 red; /* Border bottom */
box-shadow: -1px 0 0 0 red; /* Border left */
box-shadow: 0 0 0 1px red; /* All the borders by using the spread properties */
box shadow
/* Card Shadow with 2 layers */
.has-shadow{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
css box shadow
border-radius: 40px;
border-bottom-left-radius: 0;
background: linear-gradient(145deg, #e6e6e6, #ffffff);
box-shadow: 20px 20px 60px #d9d9d9,
-20px -20px 60px #ffffff;
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