I am facing an issue with my coding, as I keep receiving an error whenever I try to utilize the *
. Below is the code snippet:
* {box-sizing: border-box;}
and this is the error message displayed:
SyntaxError: Unexpected token '*'
Edit: This is where the CSS is being included in the HTML:
<script src="slideshow.css"> </script>