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 {