From 3afa10ad02ce9336e018d69c8b4c1f66347cf2be Mon Sep 17 00:00:00 2001 From: joshua Date: Sun, 2 Jul 2023 00:06:53 -0400 Subject: Intial website commit --- style.css | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..43374d9 --- /dev/null +++ b/style.css @@ -0,0 +1,49 @@ +.menuitem{ + flex-shrink:0; + padding-right:.5em; +} +.project{ + flex-shrink:0; + padding-bottom:1em; + display: flex; +} + +.date{ + padding-right:1em; +} + +.back { + display:inline; +} + +.title { + display:inline; +} + +h1,h2,h3 { + line-height:1.2; +} + +a:link { + color:#4c566a; +} + +a:visited { + color:#6b4764; +} + +a:active { + color:#a3be8c; +} + +body { + font-size:18px; + color:#2e3440; + background-color:#eceff4; + margin-top: 20px; + margin-right: auto; + margin-left: auto; + margin-bottom: auto; + line-height: 1.6; + max-width: 650px; +} -- cgit v1.2.3