From 16315ec949fc48239c83d69e83015ad7ca887e81 Mon Sep 17 00:00:00 2001
From: Satis Kumar Chaudhary <66665573+Satis9815@users.noreply.github.com>
Date: Sat, 17 Oct 2020 04:12:37 -0700
Subject: [PATCH 1/2] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index fe728c9..12bcdbc 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
-
We are an open source community established to help people find all the algorithms and data structures for every popular language at a single place.
+
We are an Open Source community established to help people find all the algorithms and data structures for every popular language at a single place.
Explore Algorithms Implementation in the following Programming Languages
From 0f4e37a7c6c01c31c499c99ff67b4382f6b492c3 Mon Sep 17 00:00:00 2001
From: Satis Kumar Chaudhary <66665573+Satis9815@users.noreply.github.com>
Date: Sat, 17 Oct 2020 04:19:13 -0700
Subject: [PATCH 2/2] Update style.css
Hey I changed some CSS property on your website
---
css/style.css | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/css/style.css b/css/style.css
index f89b5a5..5c92136 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,8 +1,8 @@
body {
- font-family: Montserrat, Helvetica Neue, sans-serif;
+ font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
line-height: 2em;
box-sizing: border-box;
- color: #333333b3;
+ color:rgb(100, 95, 95);
/* background: linear-gradient(to bottom right, #ffded1 0%,#ffded1 50%,#ffc5af 50%,#ffc5af 100%); */
background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
@@ -14,7 +14,7 @@ html, body {
a {
text-decoration: none;
- color: #1b6568;
+ color:rgb(71, 61, 61);
transition-duration: 100ms;
}
.github {
@@ -24,9 +24,9 @@ a {
}
p {
- font-family: 'Roboto';
+ font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: 300;
- font-size: 23px;
+ font-size: 29px;
text-align: center;
}
@@ -48,7 +48,14 @@ p {
text-align: center;
border: 4px solid #445978;
color: #445978;
+ border-radius: 15px;
}
+.container header:hover {
+ background-color:rgb(245, 225, 225);
+ color: rgb(85, 81, 81);
+ cursor: pointer;
+}
+
main {
padding: 1em;