Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

tailwind css flex-row-reverse for grid reverse

<div class="flex justify-between ...">
  <div class="order-last">1</div>
  <div>2</div>
  <div>3</div>
</div>
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #tailwind #css #grid #reverse
ADD COMMENT
Topic
Name
4+5 =