blob: f290648d0fee8924ee0429fad6b6b0ad6c0f336e (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE HTML>
<html>
<body>
<div style="border-radius:100px; width:300px; height:300px; overflow:hidden;">
<div style="height:20px; background:blue;"></div>
</div>
</body>
</html>
|