From 282f66f61c630d0e5f49390158bc960ad9644c11 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Thu, 30 May 2024 17:35:16 +0100 Subject: added articles and changed hr --- public/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'public/styles.css') diff --git a/public/styles.css b/public/styles.css index 5b86867..2a6451f 100644 --- a/public/styles.css +++ b/public/styles.css @@ -68,6 +68,12 @@ header { z-index: 1000; } + +header hr { + width:50%; + text-align:center; +} +
header h1 { margin: 0; color: #ffffff; @@ -111,6 +117,10 @@ main { margin-top: 20px; } +main h1 { + color: #7a4d7c; +} + main h2 { color: #7a4d7c; } @@ -138,3 +148,4 @@ main a:hover { margin-right: auto; width: 70%; } + -- cgit v1.2.3