Software Development
Pages
(Move to ...)
Home
About
Contact
▼
Saturday, May 06, 2017
shadow effect in CSS
Define a class :
.paper {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
Use it for the pages.
‹
›
Home
View web version