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;