From b93c1a290c5f60f142d82fadd3b66c4d08911bbb Mon Sep 17 00:00:00 2001 From: JohnRamberger Date: Sun, 10 Oct 2021 19:27:48 -0400 Subject: [PATCH 1/2] Update index.html changed

to in .home and added ids to divs --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d26bca3..2dcf7a6 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,9 @@

@@ -45,7 +45,7 @@
-
+

What is Version Control?


Version control, also known as source control, is the practice of tracking and managing changes to software code.
@@ -69,7 +69,7 @@

Benefits of version control systems


-
+

What is Git?


@@ -172,7 +172,7 @@

✦MERGE YOUR BRANCH INTO PARENT BRANCH


-
+

What is Github?


GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.
From 0b6648a63a893fb2f267be391c90c52466a87221 Mon Sep 17 00:00:00 2001 From: JohnRamberger Date: Sun, 10 Oct 2021 19:28:12 -0400 Subject: [PATCH 2/2] Update style.css fixed styling for links in .home --- style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index d4d9e43..ab6d153 100644 --- a/style.css +++ b/style.css @@ -81,13 +81,20 @@ h2{ } -.home p{ - padding-top:10px; - padding-bottom:10px; - height:10vh; +.home a{ + box-sizing: border-box; + margin-top:10px; + margin-bottom:10px; + height:fit-content; /* clip-path: circle(50%); */ clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 95%, 0 100%); /* height: 90vh; */ + color:inherit; + text-decoration: none; +} + +.home a:hover{ + text-decoration: underline; } .content{