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