From a97c0eaf993f7f583fc63d7c7daa8ca5ce6f2fc8 Mon Sep 17 00:00:00 2001 From: Avital Date: Mon, 30 Sep 2019 16:38:55 +0200 Subject: [PATCH] header --- index.html | 3 ++- style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6f84282..6c2b470 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,8 @@ -

My webpage

+

Avital's webpage

+

I started it to test
Git

diff --git a/style.css b/style.css index 07ab44b..295e19a 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,8 @@ body { background: pink; - font-family: helvetica; + font-family: helvetica; + font size: 17pt; }