From 77e644f6281aec9a1a4aafd7d628dbe94ac7f4bb Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 2 Sep 2020 11:17:17 +0200 Subject: [PATCH] Added styling --- about.html | 11 +++++++++-- css/style.css | 17 +++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index e4ef9db..25270f3 100644 --- a/about.html +++ b/about.html @@ -7,6 +7,7 @@ About + @@ -19,7 +20,13 @@

This is me

- An html joke + An html joke +

@@ -64,4 +71,4 @@

- \ No newline at end of file + diff --git a/css/style.css b/css/style.css index e69de29..0463da5 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,17 @@ +body { + background: #AAAAAA +} + +header { + font-family: 'Times New Roman', Arial; +} + +p { + font-family: 'Noto Serif', Helvetica, Arial; +} + +#htmlJoke { + max-width: 150px; + border: solid; + border-color: red; +}