CSS not working after uploading to domain
Hello. I am new to using Dreamweaver. I made a simple sample page and everything looks good on real time preview. I uploaded the site to my domain and the site shows up but no css is not working. What might be the problem?
I have this on my index.html file:
<link href="CSS/styles.css" rel="stylesheet" type="text/css">
<link href="CSS/bootstrap-4.4.1.css" rel="stylesheet" type="text/css">
is the URL. Thank you.
