Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

bootsttrap 5 flex direction

<!-- Bootstprap 5.2 -->
<!-- flex-row to set a horizontal direction, or flex-row-reverse 
to start the horizontal direction from the opposite side.-->
<div class="d-flex flex-row">
<!-- flex-column to set a vertical direction, or .flex-column-reverse 
to start the vertical direction from the opposite side.-->
<div class="d-flex flex-column">
  
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #bootsttrap #flex #direction
ADD COMMENT
Topic
Name
8+1 =