'Style 16px font without calling <p>
Regarding this vertical rhythm setting tool: http://drewish.com/tools/vertical-rhythm
My p needs a margin-bottom of 1.25em and a margin top of 0em.
My 16px font which lies in the p needs a margin-bottom of 0 and margin-top of 1.25em.
How can i style the 16px without having to call p?
Solution 1:[1]
Might it be simpler to just make a p.text class, and call that in the areas where you need to override your general p styles?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | DRobinson |
