Google News
logo
CSS3 - Interview Questions
How do you add shadow to elements in CSS3?
box-shadow: 10px 10px 5px grey; 
shadow-right: 10px;
shadow-bottom: 10px; 
shadow-color: grey; 
alpha-effect[shadow]: 10px 10px 5px grey;
Advertisement