diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index dc5d095..b1c1b1b 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -7,6 +7,13 @@ margin-block ← vspace */ * { +/* +margin: 2px; +padding: 2px; +*/ +border-color: magenta; +border-style: solid; +border-width: 1px; box-sizing: border-box; } @@ -25,6 +32,16 @@ text-align: start; header { background-color: #300; +padding: 1em 2em; +} + +.sectionless { +background-color: #630; +padding: .5em 1em; +} + +.thing { +font-size: 1.5em; } main { diff --git a/rtfd/public/html/index.html b/rtfd/public/html/index.html index 565aed2..0589ee4 100644 --- a/rtfd/public/html/index.html +++ b/rtfd/public/html/index.html @@ -18,8 +18,10 @@
It is important.
-Oh yeah, sure…
+It is important.
+Oh yeah, sure…
+