diff --git a/home.css b/home.css index f956c84..ad03d01 100644 --- a/home.css +++ b/home.css @@ -51,3 +51,8 @@ justify-content: space-around; align-items: center; } + .top2{ + display: grid; + grid-template-columns: repeat(4,1fr); + grid-template-rows: auto; + } diff --git a/home.html b/home.html index 42b0a2e..8f285cc 100644 --- a/home.html +++ b/home.html @@ -30,7 +30,10 @@ -
