Lesson 15 of 2075%

(Progress persistence is disabled until Phase 9)

Bootstrap
Beginner

Spacing Utilities

Bootstrap includes a wide range of shorthand responsive margin and padding utility classes.

Spacing Utilities

Bootstrap includes a wide range of shorthand responsive margin and padding utility classes.

Bootstrap provides powerful, pre-built components and utilities.

Example

<div class="p-3 mb-2 bg-primary text-white">.p-3 .mb-2</div>
<div class="pt-4 mt-3 bg-secondary text-white">.pt-4 .mt-3</div>
<div class="px-5 mx-auto bg-success text-white" style="width: 200px;">.px-5 .mx-auto</div>

Experiment with the code above in the Playground!

Lesson Progress

Practice This TopicTake QuizBuild a Bootstrap Project

Ready to practise?

Apply what you learned with a hands-on challenge.

Practise This Topic