From 2c8a39d376ee844951181098efac03e4bafc5cd4 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 7 Nov 2022 07:20:28 +0000 Subject: [PATCH] Centre-align Heading 1. Increase body text size. --- infnet.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/infnet.css b/infnet.css index f5bfbfc..da1d619 100644 --- a/infnet.css +++ b/infnet.css @@ -45,13 +45,14 @@ body { margin-left: 400px; margin-right: 150px; font-family: Roboto, sans-serif; - font-size: 18px; + font-size: 20px; background-color: #262626; } h1 { font-family: Roboto, sans-serif; font-size: 26px; + text-align: center; color: #ffffff; } @@ -86,7 +87,7 @@ p { } code { - font-size: 14px; + font-size: 18px; color: #ffffff; }