Answers for "how to make horizontal columns in tailwind css"

3

tailwind grid

<div class="grid grid-cols-3 gap-4">
  <div>1</div>
  <!-- ... -->
  <div>9</div>
</div>
Posted by: Guest on December-17-2020

Code answers related to "how to make horizontal columns in tailwind css"

Browse Popular Code Answers by Language