skip to Main Content

Css – Layout some grid columns vertically on small screens

I have a form that looks like this: I have laid it out using CSS grid: <div style="display: inline-grid; grid-template-columns: auto auto auto auto"> <div><input></div> <div><input></div> <div><input></div> <div style="font-family: sans-serif; font-weight: bold; font-size: 20px; line-height: 20px;">⊖</div> <div><input></div> <div><input></div> <div><input></div> <div…

VIEW QUESTION
Back To Top
Search