From a8a78562f887dd6402f130fb83e268fe058b9d0b Mon Sep 17 00:00:00 2001 From: anna sandri Date: Mon, 30 Sep 2019 16:36:24 +0200 Subject: [PATCH] change font style and size --- index.html | 2 +- style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0f95450..202534b 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@

Anna's page

-

I started it to test
Git

+

Ciao amici
Git

\ No newline at end of file diff --git a/style.css b/style.css index f03d906..53f343a 100644 --- a/style.css +++ b/style.css @@ -2,9 +2,13 @@ style.css: body { background: black; color:white; + font-style: italic; + font-size: 18pt; + } p { text-decoration: underline; + color: black; } \ No newline at end of file