For some reason I cannot get the styling for my
nav-content-right-notif-num p
div to apply. I would like the number “4” (or any text) to be centered in the
nav-content-right-notif-num
div (the red circle). But the <p> just inherits a different styling. What am I doing wrong?
Here is my source:
The problem is that your
pis floating left. Because it’s floating, it’s no-longer occupying the full width of thediv. The text is centered, but it’s centered within the narrowedp.Perhaps you don’t need to make the
pfloat.