Would it be possible for me to do something like
<link href="nav.css" type="text/css" rel="stylesheet" />
in this?
<script>
if (screen.width <= 800) {
Link to css here!
}
</script>
Would it be possible for me to do something like
<link href="nav.css" type="text/css" rel="stylesheet" />
in this?
<script>
if (screen.width <= 800) {
Link to css here!
}
</script>