diff --git a/index.html b/index.html index 3a3b5e7..ce4e4cb 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@

Hi there

This is paragraph

+

New addition

diff --git a/style.css b/style.css index 5d639ee..c51cc6b 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ h1 { } p { - color: blue; + color: red; } form {