You thought you were a master of CSS, but nope. Here are some examples of how not to do it:
- Using box-shadow: 100px 100px 100px black on everything. Because who needs to read content?
- Making all fonts 72pt because, you know, readability is overrated
- Forgetting that box-sizing: border-box is not just a good idea, it's the law!
- And, of course, using position: fixed on every element. Because who needs scrolling?!
See more overconfident mistakes