diff --git a/index.html b/index.html index 01c31e4..808d56a 100644 --- a/index.html +++ b/index.html @@ -8,5 +8,34 @@ +
+
+
+
+
7
+
8
+
9
+
/
+
+
+
4
+
5
+
6
+
+
+
+
+
1
+
2
+
3
+
-
+
+
+
0
+
.
+
=
+
*
+
+
+
\ No newline at end of file diff --git a/style.css b/style.css index e69de29..09b6289 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,14 @@ +#container { + font-size: xx-large; +} +.buttons-flex { + display: flex; +} +.button { + padding: 20px; + border: 1px solid #000; + cursor: pointer; +} +.button:active { + background-color: #888; +} \ No newline at end of file