Answers for "bootstrap 5 calss mb-lg-0"

2

bootstrap class="mb-3"

mt- = margin-top
mb- = margin-bottom
ml- = margin-left
mr- = margin-right
my- = it sets margin-left and margin-right at the same time on y axes
mX- = it sets margin-bottom and margin-top at the same time on X axes
Posted by: Guest on October-28-2021
0

bootstrap 5 calss mb-lg-0

<div class="mb-lg-0 p-1 bg-primary">Spaced Div</div>
    <div class="mb-lg-0 p-1 bg-info">Spaced Div</div>
    <div class="mb-lg-0 p-1 bg-primary">Spaced Div</div>Copy code
Posted by: Guest on January-25-2022

Browse Popular Code Answers by Language