Closed Herst closed 8 years ago
<meta charset="UTF-8"> should be above any <style> because browsers are only looking at the first N bytes to get the encoding.
<meta charset="UTF-8">
<style>
Oops, wrong project.
<meta charset="UTF-8">
should be above any<style>
because browsers are only looking at the first N bytes to get the encoding.