Source

ދަމާލުން

ރެސްޕޮންސިވް ފްލެކްސްބޮކްސް ޔުޓިލިޓީސްގެ ފުލް ސޫޓަކާއެކު ގްރިޑް ކޮލަމްތަކާއި، ނެވިގޭޝަންއާއި، ކޮމްޕޯނެންޓްތަކާއި، އަދިވެސް އެތައް ކަމެއްގެ ލޭއައުޓް، އެލައިންމަންޓް، އަދި ސައިޒިންގ އަވަހަށް މެނޭޖްކުރުން. މިއަށްވުރެ ކޮމްޕްލެކްސް އިމްޕްލިމެންޓޭޝަންތަކަށް، ކަސްޓަމް ސީއެސްއެސް ބޭނުންވެދާނެއެވެ.

ފްލެކްސް ބިހޭވިއަރސް އެނެބަލް ކުރުން

displayފްލެކްސްބޮކްސް ކޮންޓެއިނަރެއް އުފެއްދުމަށް ޔުޓިލިޓީސް އެޕްލައިކޮށް ޑައިރެކްޓް ޗިލްޑްރަންސް އެލިމެންޓްތައް ފްލެކްސް އައިޓަމްތަކަށް ބަދަލުކުރުން. ފްލެކްސް ކޮންޓެއިނަރާއި ތަކެތި އިތުރަށް ބަދަލުކުރެވޭނީ އިތުރު ފްލެކްސް ޕްރޮޕަޓީތަކާއެކުގައެވެ.

އަހަންނަކީ ފްލެކްސްބޮކްސް ކޮންޓެއިނަރެއް!
<div class="d-flex p-2">I'm a flexbox container!</div>
އަހަންނަކީ އިންލައިން ފްލެކްސްބޮކްސް ކޮންޓެއިނަރެކެވެ!
<div class="d-inline-flex p-2">I'm an inline flexbox container!</div>

ރެސްޕޮންސިވް ވެރިއޭޝަންސް ވެސް އުފެދިފައިވަނީ .d-flexއަދި .d-inline-flex.

  • .d-flex
  • .d-inline-flex
  • .d-sm-flex
  • .d-sm-inline-flex
  • .d-md-flex
  • .d-md-inline-flex
  • .d-lg-flex
  • .d-lg-inline-flex
  • .d-xl-flex
  • .d-xl-inline-flex

މަގު

ޑިރެކްޝަން ޔުޓިލިޓީސް އާއި އެކު ފްލެކްސް ކޮންޓެއިނަރެއްގައި ފްލެކްސް ތަކެތީގެ މިސްރާބު ސެޓްކުރުން. ގިނަ ހާލަތްތަކުގައި މިތަނުގައި ހޮރައިޒޮންޓަލް ކްލާސް ދޫކޮށްލެވިދާނެ ބްރައުޒާ ޑިފޯލްޓް ވާނީ row. ނަމަވެސް މި އަގު ސާފުކޮށް ސެޓް ކުރަން ޖެހުނު ހާލަތްތަކެއް ދިމާވެދާނެ (ރެސްޕޮންސިވް ލޭއައުޓްތައް ފަދަ) އެވެ.

.flex-rowހޮރައިޒޮންޓަލް ޑިރެކްޝަން ސެޓް ކުރުމަށް (ބްރައުޒާ ޑިފޯލްޓް)، ނުވަތަ .flex-row-reverseއިދިކޮޅު ފަރާތުން ހޮރައިޒޮންޓަލް ޑިރެކްޝަން ފެށުމަށް ބޭނުން ކުރާށެވެ .

ފްލެކްސް އައިޓަމް 1
ފްލެކްސް އައިޓަމް 2
ފްލެކްސް އައިޓަމް 3
ފްލެކްސް އައިޓަމް 1
ފްލެކްސް އައިޓަމް 2
ފްލެކްސް އައިޓަމް 3
<div class="d-flex flex-row">
  <div class="p-2">Flex item 1</div>
  <div class="p-2">Flex item 2</div>
  <div class="p-2">Flex item 3</div>
</div>
<div class="d-flex flex-row-reverse">
  <div class="p-2">Flex item 1</div>
  <div class="p-2">Flex item 2</div>
  <div class="p-2">Flex item 3</div>
</div>

.flex-columnވަށައިގެންވާ މިސްރާބެއް ކަނޑައެޅުމަށް، ނުވަތަ .flex-column-reverseއިދިކޮޅު ފަރާތުން ވަށައިގެންވާ މިސްރާބު ފެށުމަށް ބޭނުންކުރާށެވެ .

ފްލެކްސް އައިޓަމް 1
ފްލެކްސް އައިޓަމް 2
ފްލެކްސް އައިޓަމް 3
ފްލެކްސް އައިޓަމް 1
ފްލެކްސް އައިޓަމް 2
ފްލެކްސް އައިޓަމް 3
<div class="d-flex flex-column">
  <div class="p-2">Flex item 1</div>
  <div class="p-2">Flex item 2</div>
  <div class="p-2">Flex item 3</div>
</div>
<div class="d-flex flex-column-reverse">
  <div class="p-2">Flex item 1</div>
  <div class="p-2">Flex item 2</div>
  <div class="p-2">Flex item 3</div>
</div>

ރެސްޕޮންސިވް ވެރިއޭޝަންސް ވެސް އުފެދިފައިވަނީ flex-direction.

  • .flex-row
  • .flex-row-reverse
  • .flex-column
  • .flex-column-reverse
  • .flex-sm-row
  • .flex-sm-row-reverse
  • .flex-sm-column
  • .flex-sm-column-reverse
  • .flex-md-row
  • .flex-md-row-reverse
  • .flex-md-column
  • .flex-md-column-reverse
  • .flex-lg-row
  • .flex-lg-row-reverse
  • .flex-lg-column
  • .flex-lg-column-reverse
  • .flex-xl-row
  • .flex-xl-row-reverse
  • .flex-xl-column
  • .flex-xl-column-reverse

ކޮންޓެންޓް ޖަސްޓިފައި ކުރުން

justify-contentމައި އެކްސިސްގައި ހުންނަ ފްލެކްސް ތަކެތީގެ އެލައިންމަންޓް ބަދަލުކުރުމަށް ފްލެކްސްބޮކްސް ކޮންޓެއިނަރުތަކުގައި ހުންނަ ޔުޓިލިޓީސް ބޭނުންކުރުން (އެކްސް-އެކްސިސް ފަށަން، y-އެކްސިސް ނަމަ flex-direction: column). start(ބްރައުޒާ ޑިފޯލްޓް)، end, center, between, ނުވަތަ އިން ހޮވާށެވެ around.

ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex justify-content-start">...</div>
<div class="d-flex justify-content-end">...</div>
<div class="d-flex justify-content-center">...</div>
<div class="d-flex justify-content-between">...</div>
<div class="d-flex justify-content-around">...</div>

ރެސްޕޮންސިވް ވެރިއޭޝަންސް ވެސް އުފެދިފައިވަނީ justify-content.

  • .justify-content-start
  • .justify-content-end
  • .justify-content-center
  • .justify-content-between
  • .justify-content-around
  • .justify-content-sm-start
  • .justify-content-sm-end
  • .justify-content-sm-center
  • .justify-content-sm-between
  • .justify-content-sm-around
  • .justify-content-md-start
  • .justify-content-md-end
  • .justify-content-md-center
  • .justify-content-md-between
  • .justify-content-md-around
  • .justify-content-lg-start
  • .justify-content-lg-end
  • .justify-content-lg-center
  • .justify-content-lg-between
  • .justify-content-lg-around
  • .justify-content-xl-start
  • .justify-content-xl-end
  • .justify-content-xl-center
  • .justify-content-xl-between
  • .justify-content-xl-around

ތަކެތި އެލައިން ކުރުން

ކްރޮސް އެކްސިސްގައި ހުންނަ ފްލެކްސް ތަކެތީގެ އެލައިންމަންޓް ބަދަލުކުރުމަށް ފްލެކްސްބޮކްސް ކޮންޓެއިނަރތަކުގައި ހުންނަ ޔުޓިލިޓީސް ބޭނުންކުރުން align-items(ފެށޭނެ ވައި-އެކްސިސް، x-އެކްސިސް ނަމަ flex-direction: column). start, end, center, baseline, ނުވަތަ stretch(ބްރައުޒާ ޑިފޯލްޓް) އިން ހޮވާށެވެ .

ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex align-items-start">...</div>
<div class="d-flex align-items-end">...</div>
<div class="d-flex align-items-center">...</div>
<div class="d-flex align-items-baseline">...</div>
<div class="d-flex align-items-stretch">...</div>

ރެސްޕޮންސިވް ވެރިއޭޝަންސް ވެސް އުފެދިފައިވަނީ align-items.

  • .align-items-start
  • .align-items-end
  • .align-items-center
  • .align-items-baseline
  • .align-items-stretch
  • .align-items-sm-start
  • .align-items-sm-end
  • .align-items-sm-center
  • .align-items-sm-baseline
  • .align-items-sm-stretch
  • .align-items-md-start
  • .align-items-md-end
  • .align-items-md-center
  • .align-items-md-baseline
  • .align-items-md-stretch
  • .align-items-lg-start
  • .align-items-lg-end
  • .align-items-lg-center
  • .align-items-lg-baseline
  • .align-items-lg-stretch
  • .align-items-xl-start
  • .align-items-xl-end
  • .align-items-xl-center
  • .align-items-xl-baseline
  • .align-items-xl-stretch

އެލައިން ސެލްފް

ކްރޮސް އެކްސިސްގައި ވަކިވަކިން އެތަކެތީގެ އެލައިންމަންޓް ބަދަލުކުރުމަށް ފްލެކްސްބޮކްސް އައިޓަމްތަކުގައި ހުންނަ ޔުޓިލިޓީސް ބޭނުންކުރުން align-self(ފެށޭނީ ވައި-އެކްސިސް، x-އެކްސިސް ނަމަ flex-direction: column). align-items: start, end, center, baseline, ނުވަތަ stretch(ބްރައުޒާ ޑިފޯލްޓް) ފަދަ އިޚްތިޔާރުތަކުގެ ތެރެއިން ހޮވާށެވެ .

ފްލެކްސް އައިޓަމް
އެލައިންޑް ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
އެލައިންޑް ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
އެލައިންޑް ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
އެލައިންޑް ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
އެލައިންޑް ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="align-self-start">Aligned flex item</div>
<div class="align-self-end">Aligned flex item</div>
<div class="align-self-center">Aligned flex item</div>
<div class="align-self-baseline">Aligned flex item</div>
<div class="align-self-stretch">Aligned flex item</div>

ރެސްޕޮންސިވް ވެރިއޭޝަންސް ވެސް އުފެދިފައިވަނީ align-self.

  • .align-self-start
  • .align-self-end
  • .align-self-center
  • .align-self-baseline
  • .align-self-stretch
  • .align-self-sm-start
  • .align-self-sm-end
  • .align-self-sm-center
  • .align-self-sm-baseline
  • .align-self-sm-stretch
  • .align-self-md-start
  • .align-self-md-end
  • .align-self-md-center
  • .align-self-md-baseline
  • .align-self-md-stretch
  • .align-self-lg-start
  • .align-self-lg-end
  • .align-self-lg-center
  • .align-self-lg-baseline
  • .align-self-lg-stretch
  • .align-self-xl-start
  • .align-self-xl-end
  • .align-self-xl-center
  • .align-self-xl-baseline
  • .align-self-xl-stretch

އޮޓޯ މާރޖިންސް އެވެ

ފްލެކްސްބޮކްސް އިން އޮޓޯ މާރޖިންސް އާއި ފްލެކްސް އެލައިންމަންޓްސް މިކްސް ކުރުމުން ކިތަންމެހާވެސް މޮޅު ކަންތައްތަކެއް ކުރެވިދާނެއެވެ. ތިރީގައި މިވަނީ އޮޓޯ މާރޖިންސް މެދުވެރިކޮށް ފްލެކްސް އައިޓަމްތައް ކޮންޓްރޯލް ކުރުމުގެ ތިން މިސާލެއް: ޑިފޯލްޓް (އޮޓޯ މާރޖިން ނެތް)، ދެ އެއްޗެއް ކަނާތްފަރާތަށް ކޮއްޕާލުން ( .mr-auto)، އަދި ދެ އެއްޗެއް ކަނާތްފަރާތަށް ކޮއްޕާލުން ( .ml-auto).

ހިތާމައަކީ، އައިއީ10 އަދި އައިއީ11 އިން ނޮން ޑިފޯލްޓް justify-contentވެލިއުއެއް ހުންނަ ފްލެކްސް އައިޓަމްތަކުގައި އޮޓޯ މާރޖިންސް އަށް ރަނގަޅަށް ސަޕޯޓް ނުކުރާތީއެވެ. އިތުރު މަޢުލޫމާތު ހޯދުމަށް މި ސްޓޭކްއޮވަރފްލޯ ޖަވާބު ބައްލަވާށެވެ .

ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex">
  <div class="p-2">Flex item</div>
  <div class="p-2">Flex item</div>
  <div class="p-2">Flex item</div>
</div>

<div class="d-flex">
  <div class="mr-auto p-2">Flex item</div>
  <div class="p-2">Flex item</div>
  <div class="p-2">Flex item</div>
</div>

<div class="d-flex">
  <div class="p-2">Flex item</div>
  <div class="p-2">Flex item</div>
  <div class="ml-auto p-2">Flex item</div>
</div>

އެލައިން-އައިޓަމްސް އާއި އެކު

އެއް ފްލެކްސް އެއްޗެއް ކޮންޓެއިނަރެއްގެ މައްޗަށް ނުވަތަ ތިރިއަށް ވަރުގަދައަށް ގެންދާނީ align-items, flex-direction: column, އަދި margin-top: autoނުވަތަ މިކްސްކޮށްގެންނެވެ margin-bottom: auto.

ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex align-items-start flex-column" style="height: 200px;">
  <div class="mb-auto p-2">Flex item</div>
  <div class="p-2">Flex item</div>
  <div class="p-2">Flex item</div>
</div>

<div class="d-flex align-items-end flex-column" style="height: 200px;">
  <div class="p-2">Flex item</div>
  <div class="p-2">Flex item</div>
  <div class="mt-auto p-2">Flex item</div>
</div>

އޮޅުން

ފްލެކްސް ތަކެތި ފްލެކްސް ކޮންޓެއިނަރެއްގައި އޮޅާލާ ގޮތް ބަދަލުކުރުން. އެއްގޮތަކަށްވެސް ރެޕިންގ އެއް ނެތް (ބްރައުޒާ ޑިފޯލްޓް) އިން .flex-nowrap، ރެޕިންގ އިން .flex-wrap, ނުވަތަ ރިވަރސް ރެޕިންގ އިން ޚިޔާރުކުރައްވާށެވެ .flex-wrap-reverse.

ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex flex-nowrap">
  ...
</div>
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex flex-wrap">
  ...
</div>
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex flex-wrap-reverse">
  ...
</div>

ރެސްޕޮންސިވް ވެރިއޭޝަންސް ވެސް އުފެދިފައިވަނީ flex-wrap.

  • .flex-nowrap
  • .flex-wrap
  • .flex-wrap-reverse
  • .flex-sm-nowrap
  • .flex-sm-wrap
  • .flex-sm-wrap-reverse
  • .flex-md-nowrap
  • .flex-md-wrap
  • .flex-md-wrap-reverse
  • .flex-lg-nowrap
  • .flex-lg-wrap
  • .flex-lg-wrap-reverse
  • .flex-xl-nowrap
  • .flex-xl-wrap
  • .flex-xl-wrap-reverse

ތަރުތީބު

ވަކި ފްލެކްސް ތަކެތީގެ ވިޝުއަލް އޯޑަރ ބަދަލުކުރުން އަތްމަތި orderޔުޓިލިޓީސް ތަކަކާއެކު. އަޅުގަނޑުމެން ހަމައެކަނި ފޯރުކޮށްދެނީ އެއްޗެއް ފުރަތަމަ ނުވަތަ އެންމެ ފަހުން ހެދުމުގެ އިޚްތިޔާރުތަކުގެ އިތުރުން ޑީއޯއެމް އޯޑަރ ބޭނުން ކުރުމަށް ރީސެޓް ކުރުމެވެ. އެއްވެސް އިންޓިޖަރ ވެލިއުއެއް ނަގާ ފަދައިން order(އެބަހީ، 5)، ބޭނުންވާ އިތުރު ވެލިއުތަކަށް ކަސްޓަމް ސީއެސްއެސް އިތުރުކުރައްވާށެވެ.

ފުރަތަމަ ފްލެކްސް އައިޓަމެވެ
ދެވަނަ ފްލެކްސް އައިޓަމެވެ
ތިންވަނަ ފްލެކްސް އައިޓަމެވެ
<div class="d-flex flex-nowrap">
  <div class="order-3 p-2">First flex item</div>
  <div class="order-2 p-2">Second flex item</div>
  <div class="order-1 p-2">Third flex item</div>
</div>

ރެސްޕޮންސިވް ވެރިއޭޝަންސް ވެސް އުފެދިފައިވަނީ order.

  • .order-0
  • .order-1
  • .order-2
  • .order-3
  • .order-4
  • .order-5
  • .order-6
  • .order-7
  • .order-8
  • .order-9
  • .order-10
  • .order-11
  • .order-12
  • .order-sm-0
  • .order-sm-1
  • .order-sm-2
  • .order-sm-3
  • .order-sm-4
  • .order-sm-5
  • .order-sm-6
  • .order-sm-7
  • .order-sm-8
  • .order-sm-9
  • .order-sm-10
  • .order-sm-11
  • .order-sm-12
  • .order-md-0
  • .order-md-1
  • .order-md-2
  • .order-md-3
  • .order-md-4
  • .order-md-5
  • .order-md-6
  • .order-md-7
  • .order-md-8
  • .order-md-9
  • .order-md-10
  • .order-md-11
  • .order-md-12
  • .order-lg-0
  • .order-lg-1
  • .order-lg-2
  • .order-lg-3
  • .order-lg-4
  • .order-lg-5
  • .order-lg-6
  • .order-lg-7
  • .order-lg-8
  • .order-lg-9
  • .order-lg-10
  • .order-lg-11
  • .order-lg-12
  • .order-xl-0
  • .order-xl-1
  • .order-xl-2
  • .order-xl-3
  • .order-xl-4
  • .order-xl-5
  • .order-xl-6
  • .order-xl-7
  • .order-xl-8
  • .order-xl-9
  • .order-xl-10
  • .order-xl-11
  • .order-xl-12

ކޮންޓެންޓް އެލައިން ކުރުން

ފްލެކްސްބޮކްސް ކޮންޓެއިނަރުތަކުގައި ހުންނަ ޔުޓިލިޓީސް ބޭނުންކޮށްގެން align-contentފްލެކްސް ތަކެތި ކްރޮސް އެކްސިސްގައި އެއްކޮށް އެލައިން ކުރެވޭނެއެވެ. start(ބްރައުޒާ ޑިފޯލްޓް)، end, center, between, around, ނުވަތަ އިން ހޮވާށެވެ stretch. މި ޔުޓިލިޓީތައް ދައްކާލުމަށްޓަކައި، އަޅުގަނޑުމެން މިވަނީ flex-wrap: wrapފްލެކްސް އައިޓަމްތަކުގެ އަދަދު ތަންފީޒުކޮށް އިތުރުކޮށްފައެވެ.

ހެޑްސް އަޕް! މި ޕްރޮޕަޓީގެ ސަބަބުން ފްލެކްސް ތަކެތީގެ އެއް ރޯއަށް އެއްވެސް އަސަރެއް ނުކުރެއެވެ.

ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex align-content-start flex-wrap">
  ...
</div>
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex align-content-end flex-wrap">...</div>
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex align-content-center flex-wrap">...</div>
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex align-content-between flex-wrap">...</div>
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex align-content-around flex-wrap">...</div>
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
ފްލެކްސް އައިޓަމް
<div class="d-flex align-content-stretch flex-wrap">...</div>

ރެސްޕޮންސިވް ވެރިއޭޝަންސް ވެސް އުފެދިފައިވަނީ align-content.

  • .align-content-start
  • .align-content-end
  • .align-content-center
  • .align-content-around
  • .align-content-stretch
  • .align-content-sm-start
  • .align-content-sm-end
  • .align-content-sm-center
  • .align-content-sm-around
  • .align-content-sm-stretch
  • .align-content-md-start
  • .align-content-md-end
  • .align-content-md-center
  • .align-content-md-around
  • .align-content-md-stretch
  • .align-content-lg-start
  • .align-content-lg-end
  • .align-content-lg-center
  • .align-content-lg-around
  • .align-content-lg-stretch
  • .align-content-xl-start
  • .align-content-xl-end
  • .align-content-xl-center
  • .align-content-xl-around
  • .align-content-xl-stretch