From 1b94ecc8cd161163ddefa89cb76234ea62beae1e Mon Sep 17 00:00:00 2001 From: Nikhil-Dadhich Date: Wed, 6 Sep 2023 17:16:36 +0530 Subject: [PATCH] Nikhil Changed Height of grid --- Nikhil.txt | 3 +++ style.css | 1 + 2 files changed, 4 insertions(+) create mode 100644 Nikhil.txt diff --git a/Nikhil.txt b/Nikhil.txt new file mode 100644 index 0000000..094f070 --- /dev/null +++ b/Nikhil.txt @@ -0,0 +1,3 @@ +Nikhil Dadhich +BT22CSE145 +To explore git and github for opensource \ No newline at end of file diff --git a/style.css b/style.css index 9e09c26..7a4ea15 100644 --- a/style.css +++ b/style.css @@ -185,6 +185,7 @@ nav ul li a:hover::after{ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-gap: 40px; margin-top: 50px; + height: 193px; } .work{ border-radius: 10px;