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