Hi everyone,I'm having a bit of trouble with CSS. As a beginner in the language, I started with a simple example:
h1{font-size: large;color: black;font-family: 'Trebuchet MS';text-align: center;}
When I applied this to an HTML document with an h1 tag, however, the text inside the tag wasn't very big at all. And when I removed the semicolon from the end of the 'font-size' line, the text got bigger! Does anyone know why the font-size attribute works in reverse? I have tried it with Firefox and Safari, if it makes any difference.Many thanks, Jake