If you copy the .topic formatiing from the CSS and paste it between <style type="text/css"> and </style>, you'll see what I'm talking about. Why does .topic work as an embedded style but not from an external style sheet? stylesheet.css aSurgery.htm
CSSFonts TypographyHTML
Last Comment
MBarongan
8/22/2022 - Mon
IrogSinta
Your stylesheet is missing a closing curly bracket for your category class.
.category {font-family: arial;
font-size: 2em;
text-align: center;
line-height: 2.25em; }
MBarongan
ASKER
Yes, that was the problem. I was too busy focusing on .topic that i didn't notice that .category above .topic was missing a bracket. Thank you.
MBarongan
ASKER
I've requested that this question be closed as follows:
Accepted answer: 0 points for MBarongan's comment #a38718301
.category {font-family: arial;
font-size: 2em;
text-align: center;
line-height: 2.25em; }