How do I remove this excess space?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I remove this excess space??

https://code.sololearn.com/WhoNrk6iui16/?ref=app I want it all to be together no space in between And why is the space vertical but horizontal is fine and has no space

4th Aug 2023, 11:36 AM
Indiphile Menziwa
Indiphile Menziwa - avatar
1 Answer
+ 2
you could use an actual display grid #grid{ display:grid; grid-template-rows:repeat(4,1fr); grid-template-columns:repeat(3,1fr); }
4th Aug 2023, 12:20 PM
Bob_Li
Bob_Li - avatar