<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>Box-Shadow Property</title>
</head>
<body>
<div style="padding:10px; width:360px; height: 300px; background-color:#ffcc66; box-shadow: 5px 5px 3px 2px #999999;">
This is a division using the box-shadow property.<br><img src="images/smile.gif" alt="smile">
</div>
</body>
</html>