Answers for "Which CSS property is used to add shadow to an element?"

CSS
1

how to add shadow css

h1 {
  text-shadow: 2px 2px;
}
Posted by: Guest on February-19-2021
1

Which CSS property is used to add shadow to an element?

"box-shadow" --"Text-shadow"_is_for_text_but_"box-shadow"_is_the_main_one--
Posted by: Guest on April-28-2021

Code answers related to "Which CSS property is used to add shadow to an element?"

Browse Popular Code Answers by Language