diff --git a/index.html b/index.html index f08f52c..8fb903b 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,6 @@ Hello!!! - Hi!!! +

Typing some garbage into the thing!!!

\ No newline at end of file diff --git a/style.css b/style.css index b719c60..2f444ed 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,4 @@ -body { - color: red; +p { + color: black; + background-color: blue; } \ No newline at end of file