adding shadow to div in css code example
Example 1: border shadow css
#example1 {
box-shadow: 5px 10px;
}
Example 2: 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--