Create box shadow with css | css tutorial

to create box shadow as above you should prepare css script as follows:

div
{
width:300px;
height:100px;
background-color:yellow;
-moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
box-shadow: 10px 10px 5px #888888;
}

download example here.

thanks.

Comments

Popular posts from this blog

Menambah dan Mengurangi Datetime di SQL SERVER / MYSQL | DATEADD | DATEDIFF

Create Calculator With Visual Studio 2012 | VB.Net Calculator

PHP with MySQL-Create mysql connection in php