Добавил кубик
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon">
|
||||
<title>beautiful-cube</title>
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>beautiful-cube</h1>
|
||||
<div id="wrapper">
|
||||
<div class="cube">
|
||||
<div class="face front">front</div>
|
||||
<div class="face back">back</div>
|
||||
<div class="face left">left</div>
|
||||
<div class="face right">right</div>
|
||||
<div class="face top">top</div>
|
||||
<div class="face bottom">bottom</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user