blob: 67cbcb9b417b566603a5c1393969ac56b5b4bf20 (
plain)
1
2
3
4
|
<!DOCTYPE HTML>
<div style="overflow: hidden; border-radius: 50px; height: 200px; width: 200px; background:yellow">
This is some text that should get clipped at the corners by the border radius.
</div>
|