mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
System design
First solve the problem then write the code
Table of content
- Diplay
- Flex
- Float
d-inline-flex- sets the element display property toinline-flexd-flex- sets the element display property toflexd-inline-block- sets the element display property toinline-blockd-block- sets the element display property toblockd-inline- sets the element display property toinlined-none- sets the element display property tonone- .d-flex
- .d-inline-flex
- .flex-row
- .flex-row-reverse
- .flex-column
- .flex-column-reverse
- .justify-start
- .justify-end
- .justify-center
- .justify-space-between
- .justify-space-around
- .align-start
- .align-end
- .align-center
- .align-baseline
- .align-stretch
- .align-start
- .align-end
- .align-center
- .align-baseline
- .align-stretch
- .flex-nowrap
- .flex-wrap
- .flex-wrap-reverse
- .float-left
- .float-right
Diplay
Specify the elements display property. These classes can be applied using the following format d-{display}.
Flex
Control the layout of flex containers with alignment, justification and more with responsive flexbox utilities.
You can also customize flex utilities to apply based upon various breakpoints.
Enabling flexbox
Flex direction
Flex-justify
Flex align
Flex align self
Flex wrap
Float
Float utility classes.
You can also customize flex utilities to apply based upon