diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-30 17:35:16 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-30 17:35:16 +0100 |
commit | 282f66f61c630d0e5f49390158bc960ad9644c11 (patch) | |
tree | d309a8fe5afc651d4a58761fe79b555104b989f0 /public/styles.css | |
parent | 3ecd8fa56585d43e1d62dde5f896ccdfdce64d8a (diff) |
added articles and changed hr
Diffstat (limited to 'public/styles.css')
-rw-r--r-- | public/styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; +} + <hr style="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%; } + |