diff --git a/css/style.css b/css/style.css
index f89b5a5..ebc641b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -3,12 +3,12 @@ body {
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%);
+ background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
-html, body {
- height: 100%;
+html,
+body {
+ /* height: 100%; */
margin: 0;
}
@@ -24,7 +24,7 @@ a {
}
p {
- font-family: 'Roboto';
+ font-family: "Roboto";
font-weight: 300;
font-size: 23px;
text-align: center;
@@ -38,8 +38,8 @@ p {
.container {
margin: 0 auto;
- width: 700px;
- padding: 50px 0;
+ width: auto;
+ padding: 0 20px;
}
.container header {
@@ -53,19 +53,11 @@ p {
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 +65,15 @@ div.grid-item {
margin-top: 10px;
}
-.language-name:hover{
+.language-name:hover {
border-bottom: 3px solid #1b6568;
transition-duration: 100ms;
}
-
+.footer {
+ position: absolute;
+ width: 100%;
+ bottom: 0;
+ background-color: #445978;
+ text-align: center;
+ color: white;
+}
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
+
+
+
+
-
+