diff --git a/index.html b/index.html index 0d9a7e2..acedb5e 100644 --- a/index.html +++ b/index.html @@ -11,11 +11,13 @@
-
- - - -
+
+ +
diff --git a/style.css b/style.css index 05d4692..c3c168e 100644 --- a/style.css +++ b/style.css @@ -79,7 +79,14 @@ body { align-items: center; } +.modal { + padding: 64px; + background-color: tomato; +} + .text-input button { + color: white; + font-weight: bold; background: none; border: none; cursor: pointer;