diff --git a/index.html b/index.html index 897c52b..f32c6a2 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@

Andre's webpage

-

I started it to test Git

+

I started it to test Git

\ No newline at end of file diff --git a/style.css b/style.css index 667c1ef..307ac2c 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,14 @@ body { background: #941818; color:white; + font-size: 14pt; } p { text-decoration: underline; + font-size: 1em; } h1 { font-style: italic; + font-size: 2em; } \ No newline at end of file