<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width:100px;
height:100px;
border:10px solid #f00;
border-radius:50px;
border-right:10px solid transparent;
border-top:10px solid#f00;
border-left:10px
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<section class='timer'>
<div class='wrap'>
<h3 class='titl'>COUNT TIMER</h3>
<ul>
<li>
<h4>8</h4>
<span>days</span>
</li>
<li>
<h4>8</h4>
<span>days</span>
</li>
<li>
<h4>8</h4>
<span>days</span>
</li>
</ul>
</div>
</section>
</body>
</html>
index.html
style.css
index.js
index.html