Pages

CSS3 Images Shadow (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>


Example Download....!

No comments:

Flag Counter
| Copyright © 2013 Remote Tutor