8 lines
409 B
HTML
8 lines
409 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="background: #333; padding: 50px;">
|
|
<div style="width: 100px; height: 100px; background: radial-gradient(circle at 0 0, transparent 40px, #ffffff 40px); display: inline-block; margin-right: 20px;"></div>
|
|
<div style="width: 100px; height: 100px; background: radial-gradient(circle at 0 0, transparent 40px, #ffffff 40.5px); display: inline-block;"></div>
|
|
</body>
|
|
</html>
|