notes/sandbox/css_circle/index.html
2023-04-22 00:41:54 -07:00

21 lines
624 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./style.css" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="halfclip">
<div class="halfcircle" id="clipped"></div>
</div>
<div class="halfcircle" id="fixed"></div>
<div class="finalcircle">
<div id="innercircle"</div>
</div>
</div>
<script src="./script.js"></script>
</body>
</html>