Home »

How to create Box Shadow and text Shadow using CSS3?

Question ListCategory: CSSHow to create Box Shadow and text Shadow using CSS3?
milleranthony7 author asked 8 years ago
1 Answers
jessica537 author answered 8 years ago

Global Guideline . COM Read More Answers.
Like below we can create Box Shadow using CSS3 .boxshadowpcds

{

box-shadow: 10px 10px 5px #ccccc;

}

.textshadowpcds

{

text-shadow: 5px 5px 5px #FF0000;

} and then need to use these class boxshadownpcds ,textshadowpcds

Please login or Register to Submit Answer