Previous | Next

Full View

Contents of Border Radius - Rounded Edges of Border/Box

<table class="curvedEdges"><br /><tr><br /> <th>Table header</th><br /> <th>Table header</th><br /></tr><br /><tr><br /> <td>Table cell 1</td><br /> <td>Table cell 2</td><br /></tr><br /></table>

table.curvedEdges { -webkit-border-radius:13px;-<br />moz-border-radius:13px;border-radius:13px; <br />border:10px solid #98FB98;}

Border Radius - Rounded Edges of Border/Box

CSS Syntax

HTML Code

Copyright Karen McCall, Karlen Communications

31