From a39e9e4c575327b4f0ed14ba3e36af1ef3492097 Mon Sep 17 00:00:00 2001 From: tisa Date: Mon, 30 Sep 2019 15:35:58 +0100 Subject: [PATCH] changed font --- index.html | 4 ++-- style.css | 13 ++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c63f8a5..7f8f08e 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,8 @@

So, ...

-

I started it to test Git
and other things that I don't know yet ...

- +

I started it to test Git
and other things that I don't know yet ...

+ \ No newline at end of file diff --git a/style.css b/style.css index 66b866e..896f1e4 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,16 @@ body { background: yellow; - color:black - style: bold - + color:black; + style:initial; + font-size: 14pt; + } +h1 {font-size: 2em; + font-weight: bold; + + +} + p { text-decoration: initial ;