From b3c3f14cac7bf652226c74fb14440bc48e8eae94 Mon Sep 17 00:00:00 2001 From: Mohab Yaser Date: Tue, 14 Nov 2023 17:38:55 +0200 Subject: [PATCH] Putting some borders around some stuff --- index.html | 4 +++- style.css | 12 ++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4983aff..572f727 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,8 @@
-
+
+
From @@ -48,6 +49,7 @@
+
diff --git a/style.css b/style.css index c0715be..72a5357 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,7 @@ body { margin: auto; margin-top: 100px; margin-bottom: 100px; + padding: 8px; } a { @@ -15,8 +16,7 @@ a { } .tags-container { - border: solid 2.5px; - border-color: lightgrey; + border: solid 2.5px lightgrey; border-radius: 5px; padding: 7px; } @@ -40,6 +40,14 @@ a { margin-bottom: 10px; } +.temp { + margin-top: 10px; + margin-bottom: 10px; + border: solid 2.5px lightgrey; + border-radius: 5px; + padding: 8px; +} + .prob-num-container { margin-top: 10px; margin-bottom: 10px;