White Cards on White Background
White card on white background
.cssClass {
box-shadow:
0px 8px 48px rgb(236, 236, 236, 1),
0px 4px 8px rgb(66, 71, 76, 0.06),
0px 0px 1px rgb(66, 71, 76, 0.32);
}
/*
box-shadow syntax
box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color];
You can do multiple box shadows, by using a comma
*/