diff --git a/list.json b/list.json index 0c3b5cc..625289f 100644 --- a/list.json +++ b/list.json @@ -17,4 +17,11 @@ "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 {