(Choose 1 answer)
What do these spacing utility classes do to this headline?<h1 class="p-0 p-md-4 p-lg-0">Headline</h1>
A. These classes will cancel each other out
B. Since p-0 is first it will override all of the other classes. So the heading will have 0 paddin
C. O padding on all breakpoints, 4 padding value on md breakpoint, then stop the padding fr and xl
Elt 41