Box agreement in grid layout in css
I want the first two boxes be up with the max width and the seconed two boxes be down with the max width and here are the codes. This is the CSS Code: /* Start Services */ .services { padding-top: var(–section-pading); padding-bottom: var(–section-pading); } @media (min-widht: 768px) { .services .services-contianer { display: grid; grid-template-columns: repeat(auto-fill,… Read More Box agreement in grid layout in css