From 2665024a249ee129092f634fbde4e3e1162c908b Mon Sep 17 00:00:00 2001 From: Castro0o Date: Mon, 30 Sep 2019 16:35:55 +0200 Subject: [PATCH] changed font size --- index.html | 2 +- style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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