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