From c8992bc7543d8ca7c2ee3cc200a7fbf1a5fae059 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:50:26 +0100 Subject: Initial --- css/style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 css/style.css (limited to 'css') diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..e6fcdd1 --- /dev/null +++ b/css/style.css @@ -0,0 +1,27 @@ +html { + margin: 0; + padding: 0 5px; +} + +body { + background-color: #fdfdfd; + color: #313b45; + font-family: sans-serif; + font-size: 15px; + hyphens: auto; + margin: 0 auto; + max-width: 900px; + padding: 0 5px; +} + +h1 { + border-bottom: solid 1px #ccc; + font-size: 56px; + font-weight: 100; + margin-left: -5px; + padding-bottom: 20px; +} + +a { + color: blue; +} -- cgit v1.2.1