cubeedit icon

创建者:
曾有我的天气
Fork(复制)
下载
嵌入
BUG反馈
index.html
style.css
index.js
index.html
            
            <!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="./style.css">
  <script src="./index.js"></script>
</head>
  <style>
   
  </style>
<body>
  <div class="cube-container">
    <div class="cube">
      <div class="cube-face front">前</div>
      <div class="cube-face back">后</div>
      <div class="cube-face left">左</div>
      <div class="cube-face right">右</div>
      <div class="cube-face top">上</div>
      <div class="cube-face bottom">下</div>
    </div>
  </div>
</body>

</html>
        
编辑器加载中
预览
控制台