ސައިޒް ކުރުން
އަޅުގަނޑުމެންގެ ފުޅާމިނާއި އުސްމިނުގެ ޔުޓިލިޓީސް އާއި އެކު ފަސޭހައިން އެލިމެންޓެއް އެހާ ފުޅާ ނުވަތަ އެހާ އުސްކޮށް ހަދާށެވެ.
ބެލެނިވެރިޔާއާ ނިސްބަތްވާ މީހެކެވެ
ފުޅާމިނާއި އުސްމިން ޔުޓިލިޓީސް އުފައްދަނީ 2018 ވަނަ އަހަރު $sizesސާސް މެޕުންނެވެ _variables.scss. 25%, 50%, 75%, 100%, އަދި autoޑިފޯލްޓްކޮށް ސަޕޯޓް ކުރުން ހިމެނެއެވެ . މިތަނުގައި ތަފާތު ޔުޓިލިޓީތައް އުފައްދަން ބޭނުންވާ ގޮތަށް އެ އަގުތައް ބަދަލުކުރައްވާށެވެ.
       ފުޅާމިން %25
      
 
      
       ފުޅާމިން 50%
      
 
      
       ފުޅާމިން 75%
      
 
      
       ފުޅާމިން 100%
      
 
      
       ފުޅާމިން އޮޓޯ
      
 
     <div class="w-25 p-3" style="background-color: #eee;">Width 25%</div>
<div class="w-50 p-3" style="background-color: #eee;">Width 50%</div>
<div class="w-75 p-3" style="background-color: #eee;">Width 75%</div>
<div class="w-100 p-3" style="background-color: #eee;">Width 100%</div>
<div class="w-auto p-3" style="background-color: #eee;">Width auto</div>
        އިސްކޮޅު %25
       
 
       
        އިސްކޮޅުން %50
       
 
       
        އިސްކޮޅު 75%
       
 
       
        އިސްކޮޅުން 100%
       
 
       
        ހައިޓް އޮޓޯ
       
 
      <div style="height: 100px; background-color: rgba(255,0,0,0.1);">
  <div class="h-25 d-inline-block" style="width: 120px; background-color: rgba(0,0,255,.1)">Height 25%</div>
  <div class="h-50 d-inline-block" style="width: 120px; background-color: rgba(0,0,255,.1)">Height 50%</div>
  <div class="h-75 d-inline-block" style="width: 120px; background-color: rgba(0,0,255,.1)">Height 75%</div>
  <div class="h-100 d-inline-block" style="width: 120px; background-color: rgba(0,0,255,.1)">Height 100%</div>
  <div class="h-auto d-inline-block" style="width: 120px; background-color: rgba(0,0,255,.1)">Height auto</div>
</div>max-width: 100%;އަދި ބޭނުންވާ ގޮތަށް އަދި max-height: 100%;ޔުޓިލިޓީސް ބޭނުން ކުރެވިދާނެއެވެ .
<img src="..." class="mw-100" alt="...">
        މެކްސް-ހައިޓް 100%
       
 
      <div style="height: 100px; background-color: rgba(255,0,0,0.1);">
  <div class="mh-100" style="width: 100px; height: 200px; background-color: rgba(0,0,255,0.1);">Max-height 100%</div>
</div>ވިއުޕޯޓާ ގުޅޭ ގޮތުންނެވެ
އަދި ވިއުޕޯޓަށް ނިސްބަތްކޮށް ފުޅާމިނާއި އުސްމިން ސެޓް ކުރުމަށް ޔުޓިލިޓީސް ބޭނުން ކުރެވިދާނެއެވެ.
<div class="min-vw-100">Min-width 100vw</div>
<div class="min-vh-100">Min-height 100vh</div>
<div class="vw-100">Width 100vw</div>
<div class="vh-100">Height 100vh</div>