Search
Categories
CSS Source Code
Downloadable Codes
PHP Source Codes
Tips
Widget
Free Programming Codes
Free Downloadable Codes
Home
Friday, July 3, 2015
Box shadow at the top of the element or div tag only
Posted on 12:46 AM
HTML
<div class="box"></div>
CSS
<style>
.box {
height: 200px;
width: 200px;
box-shadow: 0 -5px 5px -4px #000000;
-moz-box-shadow: 0 -5px 5px -4px #000000;
-webkit-box-shadow: 0 -5px 5px -4px #000000;
}
</style>
Email This
BlogThis!
Share to X
Share to Facebook
Categories:
CSS Source Code
Newer Post
Older Post
Home