From 148c0fd62e6e2ce15f824a3e519506935dc8e7b3 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Sun, 25 Jan 2026 16:44:25 +0100 Subject: [PATCH] Change title size --- css/styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index c7a0fcc..cace43f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,8 +3,10 @@ color: #0078d4; color: #1f1f1f; */ +html { font-size: 100%: } + body { - font-size: 20px; + /* font-size: 20px;*/ max-width: 40em; margin: auto; background: #1f1f1f; @@ -25,10 +27,16 @@ a { h1 { color: #f85149; margin-bottom: 1em; + font-size: 2rem; } h2 { color: #2ea043; + font-size: 1.6rem; +} + +h3 { + font-size: 1.2rem; } li {