Bootstrap Lesson Plan
Bootstrap Lesson Plan
Classes like .align-items-* are used to align items along the cross axis.
Margin – Padding - Use the margin and padding to control how elements and
components are spaced and sized. (1-5)
Sizing - Easily make an element as wide or as tall with our width and height
utilities
Display property – Configuration for display properties such as inline, block and
hidden.
<span class="align-baseline">baseline</span>
<span class="align-top">top</span>
<span class="align-middle">middle</span>
<span class="align-bottom">bottom</span>
<span class="align-text-top">text-top</span>
<span class="align-text-bottom">text-bottom</span>
Lesson 5: Components