I've been diving into the world of CSS recently, learning how to integrate it with HTML. After scouring through numerous tutorials and solutions, it seems that Firefox is particular about character encoding. Even though I have set both files, the HTML and the CSS, to UTF-8 encoding, the issue persists. (both files are named test.html or css)
HTML
<meta charset = "UTF-8">
CSS
@charset "UTF-8"
If needed, here is a link to view the complete codes on PasteBin. (yes, I have tried including a semi-colon in the first line of the CSS code and leaving it out.)
http://pastebin.com/iprAD44A
Any assistance would be highly appreciated.
~Computo