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; +}