@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Document</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body class="body">
+ <script src="main.js"></script>
+</body>
+</html>
@@ -0,0 +1,12 @@
+.table {
+ border: 10px solid #ece9e0;
+ border-collapse: separate;
+ border-spacing: 10px;
+ border-radius: 10px;
+ background-color: #ece9e0;
+ table-layout: auto;
+}
+.table td {
+ padding: 5px;
+ background-color: #dad3bf;