I've been working on developing a website, but I'm having trouble with the universal selector. No matter how many times I try, it just won't work. If you'd like to see an example of what I'm dealing with, check out this link: https://codepen.io/Razu381/pen/XQJVzg.
My CSS code looks like this:
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}