border-radius
Déformation des angles d'un élément.
CSS
div {
background-color: #8cc03b;
padding: .6em;
width: 150px;
text-align: center;
-moz-border-radius: 1em 1em 1em 1em;
border-radius: 1em 1em 1em 1em;
}
HTML
<div>
<p>Lorem ipsum</p>
</div>
Compatibilité
- Internet Explorer 9
- Firefox 3.6, 4
- Chrome/Chromium 9, 11
- Opera 11
- Safari 5
- Epiphany 2
- Conkeror


