diff --git a/css/style.css b/css/style.css
index f89b5a5..255fe3f 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,15 +1,15 @@
+html,
+body {
+ height: 100vh;
+ margin: 0;
+ padding: 0;
+}
body {
font-family: Montserrat, Helvetica Neue, sans-serif;
line-height: 2em;
box-sizing: border-box;
color: #333333b3;
- /* background: linear-gradient(to bottom right, #ffded1 0%,#ffded1 50%,#ffc5af 50%,#ffc5af 100%); */
- background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
-}
-
-html, body {
- height: 100%;
- margin: 0;
+ background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
a {
@@ -24,7 +24,7 @@ a {
}
p {
- font-family: 'Roboto';
+ font-family: "Roboto";
font-weight: 300;
font-size: 23px;
text-align: center;
@@ -38,34 +38,25 @@ p {
.container {
margin: 0 auto;
- width: 700px;
- padding: 50px 0;
+ padding: 0 10px;
}
.container header {
padding: 12px;
line-height: normal;
text-align: center;
- border: 4px solid #445978;
+ border: 3px solid #445978;
color: #445978;
}
main {
padding: 1em;
}
-main::after {
- content: '\2A55\2A55\2A55\2A55';
- position: relative;
- top: 40px;
- left: 300px;
- color: #445978;
- font-size: 44px;
-}
div.grid {
text-align: center;
display: grid;
- grid-template-columns: 1fr 1fr 1fr 1fr;
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
div.grid-item {
@@ -73,8 +64,21 @@ div.grid-item {
margin-top: 10px;
}
-.language-name:hover{
+.language-name:hover {
border-bottom: 3px solid #1b6568;
transition-duration: 100ms;
}
-
+.footer {
+ position: relative;
+ width: 100%;
+ height: 50px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ bottom: 0;
+ background-color: #445978;
+ text-align: center;
+ color: white;
+ border-top-left-radius: 10px;
+ border-top-right-radius: 10px;
+}
diff --git a/images/svg/dart.svg b/images/svg/dart.svg
new file mode 100644
index 0000000..ca5d901
--- /dev/null
+++ b/images/svg/dart.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index fe728c9..d6fcab2 100644
--- a/index.html
+++ b/index.html
@@ -1,42 +1,179 @@
-
+
-
-
-
-
+
+
+
+
+
+
+
The Algorithms
-
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
+
+ Explore Algorithms Implementation in the following Programming
+ Languages
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
C
+
+
+
+
+
+
+
+
+
+
R
+
+
+
+
-
+