diff --git a/css/style.css b/css/style.css index f89b5a5..6be13e7 100644 --- a/css/style.css +++ b/css/style.css @@ -1,13 +1,15 @@ body { - font-family: Montserrat, Helvetica Neue, sans-serif; + font-family: 'Roboto Mono', 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%); + + background: linear-gradient(90deg, rgba(102,201,200,1) 6%, rgba(122,140,255,1) 100%); } -html, body { +html, +body { height: 100%; margin: 0; } @@ -17,6 +19,7 @@ a { color: #1b6568; transition-duration: 100ms; } + .github { float: right; fill: #445978; @@ -24,7 +27,6 @@ a { } p { - font-family: 'Roboto'; font-weight: 300; font-size: 23px; text-align: center; @@ -53,6 +55,7 @@ p { main { padding: 1em; } + main::after { content: '\2A55\2A55\2A55\2A55'; position: relative; @@ -73,8 +76,10 @@ div.grid-item { margin-top: 10px; } -.language-name:hover{ + + + +.language-name:hover { border-bottom: 3px solid #1b6568; transition-duration: 100ms; -} - +} \ No newline at end of file diff --git a/index.html b/index.html index f5dad46..9f36f91 100644 --- a/index.html +++ b/index.html @@ -1,41 +1,75 @@ - - - - - - The Algorithms - - -
-
-

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.

+ + + + + + + + The Algorithms + + + +
+
+

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.

+
+

Explore Algorithms Implementation in the following Programming Languages

+
+ +
C Logo
C
-

Explore Algorithms Implementation in the following Programming Languages

-
- - - - - - - - - - - - + + + + + + + -
- -
- - +
R Logo
R
+
+ + +
+
+ +
+ + + \ No newline at end of file