remove unwanted space in css grid

后端 未结 0 1405
自闭症患者
自闭症患者 2021-01-01 05:07

i made this div with class grid container and has this style

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 10px;
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题