4 lines
204 B
HTML
4 lines
204 B
HTML
<!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>
|