* {
padding: 0px;
margin: 0px;
font-family: Calibri;
}
#largefont{
font-size: 24px;
font-family: serif;
}
<p id="largefont">
<p>TEXT text</p>
...
</p>
It's actually a live website I'm doing for a HTML/CSS class. You can view it here:
http://user2cis133.achins.com/homework%20nov8/index.html
The basic code is at the top. I set the <p>
as id="largefont"
and in the CSS doc I set the font family and size. However the font size and style isn't changing. I would like some help figuring out why it isn't working.
elements.
– Le-roy Staines Nov 09 '14 at 09:26