Assignment029g7

Use CSS3 to change the box-shadow property to desired values to get boxed shadows on any element. In this example, I place box shadows on divs, but you can easily apply box shadows on h2, headers, footers, etc.

Example

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

You can provide vaules to get different effects. See CSS comments.

I love HTML5

You can provide four values for:

Horizontal offset (move shadow left or right)

vertical offset (move shadow up or down)

blur (make shadow blurry)

color (change color of shadow

I love CSS3

you can provide five values for:

horizontal offset

vertical offset

blur

blur distance (make shadow spread)

color

I love the inset box-shadow!

You can make the shadow inside


krosa-s969@chusd.org