Pages

CSS3 Box Shadow

In CSS3, the box-shadow property is used to add shadow to boxes:



Example 

<!DOCTYPE html>
<html>
<head>
<style>
div
{
width:300px;
height:100px;
background-color:yellow;
box-shadow: 10px 10px 5px #888888;
}
</style>
</head>
<body>

<div></div>

</body>
</html>

+CSS3  +CSSReflex +CSSCHOPPER +CSS Author  +CSSW Yemen-Sana'a  +Css Color +CSSW Yemen-Sana'a +CSS Light +CSS Mobi     +CSS3 +CSS3 & HTML5  +css3mania +CSS3 : The Workshop +CSS3 Templates +CSS3 +CSS3 +CSS3Menu 

No comments:

Flag Counter
| Copyright © 2013 Remote Tutor