Lesson 19 of 2095%
(Progress persistence is disabled until Phase 9)
Bootstrap
Beginner
Display Property
Quickly and responsively toggle the display value of components and more with our display utilities.
Display Property
Quickly and responsively toggle the display value of components and more with our display utilities.
Bootstrap provides powerful, pre-built components and utilities.
Example
<div class="d-inline p-2 bg-primary text-white">d-inline</div>
<div class="d-inline p-2 bg-dark text-white">d-inline</div>
<div class="d-block p-2 bg-primary text-white mt-3">d-block</div>
<div class="d-block p-2 bg-dark text-white">d-block</div>
Experiment with the code above in the Playground!