From 88bab20a12974cc009f0f61c9cde57b6738f3f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Juan=20Zu=C3=B1iga?= Date: Mon, 26 Apr 2021 10:29:12 -0500 Subject: [PATCH] Add CSS and apply style --- index.html | 1 + style.css | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index 8cc98ad..d482a04 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..3462f9a --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +h1 { + color: blue; +} + +h2 { + color: green; +}