From b2011110a39ed59c4b3ba593364cc757e19a5ab6 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 7 Apr 2020 03:06:32 +0800 Subject: [PATCH 1/2] hello from singapore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3a3b5e7..a0b80b0 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@

Hi there

This is paragraph

+

hello from Singapore

From 3c824917ff7e7311b2d2ea7ac3004f72cfc12497 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 7 Apr 2020 03:07:45 +0800 Subject: [PATCH 2/2] changed to p font size to 20px --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 5d639ee..91ed2c1 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,7 @@ h1 { p { color: blue; + font-size: 20px; } form {