From 6cdd21c35762ebb24ca92f865710faea2c19869e Mon Sep 17 00:00:00 2001 From: sheezanmk Date: Wed, 15 Oct 2025 23:08:40 +1100 Subject: [PATCH] adds stylesheet, updates index.html --- index.html | 6 ++++++ style.css | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index e6aea8e..5137361 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,15 @@ Example Repo +

Example Repo

Subtitle

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Deleniti tenetur consequatur odit debitis culpa, hic laudantium mollitia quidem beatae? Veritatis quo temporibus similique! Dolores quae qui nesciunt, officiis fuga dolorem.

+ diff --git a/style.css b/style.css new file mode 100644 index 0000000..87654da --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +h1 { + color: blue; +} +h2 { + color: red; +} \ No newline at end of file