blob: 273e6269e137f690aa1e886ae92b893dab3baa0f (
plain)
1
2
3
4
|
<!DOCTYPE html>
<div style="position: absolute; width: 100px; height: 10px; background: red;"></div>
<div style="position: absolute; width: 6px; height: 6px; background: green;"></div>
<div style="position: absolute; width: 100px; height: 10px; border-radius: 100% 0; background: red;"></div>
|