From b2baba797a0bfdab5f4720d62c1d980b72958f47 Mon Sep 17 00:00:00 2001 From: Shubhankar10 <73347275+Shubhankar10@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:48:30 +0530 Subject: [PATCH 1/2] Added Card --- list.json | 6 ++++++ style.css | 1 + 2 files changed, 7 insertions(+) diff --git a/list.json b/list.json index 0c3b5cc..4068727 100644 --- a/list.json +++ b/list.json @@ -17,4 +17,10 @@ "semester": "6th", "gender": "female" } + ,{ + "name": "Shubhankar Tiwary", + "branch": "CSE", + "semester": "4th", + "gender": "male" + } ] \ No newline at end of file diff --git a/style.css b/style.css index d83c538..8e37b1a 100644 --- a/style.css +++ b/style.css @@ -31,6 +31,7 @@ } .card:hover .inner { background: linear-gradient(to right, #007cf0 0%, #00DFD8 100%); + /* background: linear-gradient(to right, rgb(223, 94, 94) 0%, #5f0b0b 100%); */ } .card .inner { From 12bc6034065145269c83641f6367b5c7a55d842e Mon Sep 17 00:00:00 2001 From: Shubhankar10 <73347275+Shubhankar10@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:55:51 +0530 Subject: [PATCH 2/2] Added Font --- list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/list.json b/list.json index 4068727..625289f 100644 --- a/list.json +++ b/list.json @@ -23,4 +23,5 @@ "semester": "4th", "gender": "male" } + ] \ No newline at end of file