You are here : cssCSS 3box-shadow

box-shadow - CSS 3

The box-shadow property attaches one or more shadows to an element.


Syntax

box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;


Example

div
	{
	    box-shadow: 10px 10px 5px #888888;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference