From 6fe876e5582da024cf2c2912e1e61594d66e2874 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 8 Jun 2021 16:30:05 +0200 Subject: [PATCH] Another selector --- index.html | 15 +++++++++++---- style.css | 14 ++++++++------ 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index cb621a9..5f12b11 100644 --- a/index.html +++ b/index.html @@ -15,14 +15,12 @@

Relearning Relearn

-
+
+
+ +

diff --git a/style.css b/style.css index 8fd54c4..c349fb9 100644 --- a/style.css +++ b/style.css @@ -80,7 +80,7 @@ img { font-weight: normal; font-size: 50px; color: #3c4cac; - margin: 20px 0 0 0; + margin: 20px 0 20px 0; } #subtitle { @@ -94,7 +94,6 @@ img { font-size: 18px; padding-left: 20px; padding-right: 100px; - margin-top: -20px; font-family: "Inconsolata"; } @@ -147,10 +146,13 @@ a { padding-left: 20px; } -#selector { - padding-left: 20px; - padding-top: 20px; - padding-bottom: 20px; +#selector1, +#selector2 { + display: inline; +} + +#selector1 { + margin-left: 20px; } select {