#box_shadow1 {
text-align:center;
margin:0 auto;
width:580px;
height:50px;
border: 5px solid #c4c8cc;
-moz-box-shadow: 5px 5px 7px #888;
-moz-border-radius-bottomright: 15px;
-webkit-box-shadow: 5px 5px 7px #888;
-webkit-border-bottom-right-radius: 15px;
}
#box_shadow2 {
text-align:center;
margin:20px auto;
height:50px;
width:580px;
border: 5px solid #c4c8cc;
-moz-box-shadow: -10px 5px 10px #900 ;
-moz-border-radius-bottomright: 15px;
-webkit-box-shadow: -10px 5px 10px #900;
-webkit-border-bottom-right-radius: 15px;
}
Preview
Box shadows
No comments:
Post a Comment