Centre-align Heading 1. Increase body text size.

This commit is contained in:
inference 2022-11-07 07:20:28 +00:00
parent 5322a817fa
commit 2c8a39d376

View File

@ -45,13 +45,14 @@ body {
margin-left: 400px; margin-left: 400px;
margin-right: 150px; margin-right: 150px;
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 18px; font-size: 20px;
background-color: #262626; background-color: #262626;
} }
h1 { h1 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 26px; font-size: 26px;
text-align: center;
color: #ffffff; color: #ffffff;
} }
@ -86,7 +87,7 @@ p {
} }
code { code {
font-size: 14px; font-size: 18px;
color: #ffffff; color: #ffffff;
} }