Tuesday, September 7, 2010

Creating rounded corners CSS

<html>
    <head>
    <title></title>
   
    </head>
    <body>
    <div  style="  width :700px; height; 500px;  -moz-border-radius: 10px; -webkit-border-radius: 5px; border: 1px solid #eeeeee; padding: 10px;">
    </div>
</body>
</html>   

No comments:

Post a Comment