diff --git a/list.json b/list.json index 0c3b5cc..776e3ba 100644 --- a/list.json +++ b/list.json @@ -17,4 +17,10 @@ "semester": "6th", "gender": "female" } + ,{ + "name": "Yash Sakre", + "branch": "CSE", + "semester": "4th", + "gender": "male" + } ] \ No newline at end of file diff --git a/style.css b/style.css index d83c538..0235e56 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ #heading { text-align: center; font-family: "Montserrat", monospace; + color:red; } .img-container{