IHYPRESS.NET
CSS
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
Earn Free Bitcoin
CSS ❯ Box-Shadow Property
<02>
<!DOCTYPE html> <html><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>
Box-Shadow Property
This is a division using the box-shadow property.
smile
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.