Return to Snippet

Revision: 56366
at March 23, 2012 18:05 by rickyo86


Initial Code
<div style=”border:1px solid #000; height:100px; width:100px;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;”>Hello World</div>

Initial URL


Initial Description
Simple CsS div box that should display rounded corners.

Initial Title
Rounded Corners

Initial Tags


Initial Language
CSS