未命名 Lvg9Twedit icon

创建者:
用户octtufxi
Fork(复制)
下载
嵌入
BUG反馈
index.html
style.css
index.js
index.html
            
            <!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>
        
编辑器加载中
预览
控制台