From 9e2862b0fd020669e98fbabdc1dc801badb1cccd Mon Sep 17 00:00:00 2001 From: lzzfnc Date: Tue, 2 Nov 2021 10:31:10 +0100 Subject: [PATCH] modal style wip --- index.html | 12 +++++++----- style.css | 7 +++++++ 2 files changed, 14 insertions(+), 5 deletions(-) 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;