I am completely stumped as to why this doesn\'t work. It seems the HTML file can\'t load the CSS for some reason, even though both are in the same directory. Any idea what m
Your css file should be defined as UTF-8. Put this in the first line of you css file.
@charset "UTF-8";