Closed jpsember closed 1 year ago
The base.css file was not being 'used' by the browser because it didn't have the correct Mime type, even though it requested it as a 'stylesheet':
base.css
<link href="base.css" rel="stylesheet">
https://stackoverflow.com/questions/64294267/
The
base.css
file was not being 'used' by the browser because it didn't have the correct Mime type, even though it requested it as a 'stylesheet':