Answers for "how to add background color in background using bootstrtap"

8

bootstrap background

<div class="p-3 mb-2 bg-primary text-white">.bg-primary</div>
<div class="p-3 mb-2 bg-secondary text-white">.bg-secondary</div>
<div class="p-3 mb-2 bg-success text-white">.bg-success</div>
<d
Posted by: Guest on July-17-2020

Code answers related to "how to add background color in background using bootstrtap"

Browse Popular Code Answers by Language