From e1617ea0c4a5844d5cd5efe2352d9155e74d9288 Mon Sep 17 00:00:00 2001 From: itsvinayak Date: Sun, 27 Oct 2019 01:59:13 +0530 Subject: [PATCH] added_hover_effect_on_svg --- css/style.css | 8 +++-- index.html | 83 ++++++++++++++++++++++++++++----------------------- 2 files changed, 51 insertions(+), 40 deletions(-) diff --git a/css/style.css b/css/style.css index f89b5a5..a4dd55e 100644 --- a/css/style.css +++ b/css/style.css @@ -4,7 +4,7 @@ body { 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 { @@ -71,10 +71,14 @@ div.grid { div.grid-item { margin-bottom: 20px; margin-top: 10px; + transition: transform 0.3s linear; } +div.grid-item:hover{ + transform: scale(1.3); +} + .language-name:hover{ border-bottom: 3px solid #1b6568; transition-duration: 100ms; } - diff --git a/index.html b/index.html index f5dad46..f4062e0 100644 --- a/index.html +++ b/index.html @@ -1,41 +1,48 @@ - - - - - - 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

-
- - - - - - - - - - - - -
-
- -
- + + + + + + + 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

+
+ + + + + + + + + + + + +
+
+ +
+ +