Border-Radius Generator

Ecke Oben / Links

Ecke Oben / Rechts

Ecke Unten / Rechts

Ecke Unten / Links

Beispiel

border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-o-border-top-left-radius: 10px;


border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-o-border-top-right-radius: 10px;


border-top-bottom-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-o-border-bottom-left-radius: 10px;


border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-o-border-bottom-right-radius: 10px;