Div Rounded Corner in CSS

by Francis 2012-10-18 09:56:39

Div Rounded Corner and Shadow in CSS
<div style="width:400px; height:300px;
-webkit-border-radius: 45px; -moz-border-radius: 45px;
border-radius: 45px; border:11px solid #088239;
background:rgba(43,172,227,0.5);
-webkit-box-shadow: #999999 25px 25px 25px; -moz-box-shadow: #999999 25px 25px 25px; box-shadow: #999999 25px 25px 25px;">
make your own Div in CSS Effect...
</div>
1169
like
0
dislike
0
mail
flag

You must LOGIN to add comments