From 1f3820e5740825b725a13373e36b9b0ecd73de2a Mon Sep 17 00:00:00 2001 From: F4Ray Date: Thu, 31 Oct 2019 19:33:41 +0700 Subject: [PATCH 1/2] add lorem --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 081ccd4..2568ac1 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,12 @@

Main Heading

sub heading

Hello, World!

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

From 2133ae126f3b47d791ed674a869ceb62bf7604c4 Mon Sep 17 00:00:00 2001 From: F4Ray Date: Thu, 31 Oct 2019 19:35:41 +0700 Subject: [PATCH 2/2] coloring paragraph --- index.html | 1 - style.css | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2568ac1..0b7c310 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,6 @@ -

Main Heading

sub heading

Hello, World!

diff --git a/style.css b/style.css index 8b13789..7d5c79e 100644 --- a/style.css +++ b/style.css @@ -1 +1,3 @@ - +p { + color: red; +}