What is Git?
@@ -172,7 +172,7 @@
diff --git a/index.html b/index.html index d26bca3..2dcf7a6 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,9 @@
What is Version Control?
-What is Git?
-What is Github?
+ What is Version Control? + What is Git? + What is Github?
@@ -45,7 +45,7 @@
Version control, also known as source control, is the practice of tracking and managing changes to software code.
@@ -69,7 +69,7 @@
@@ -172,7 +172,7 @@
GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.
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{