Remove box-sizing: border-box from your reset

Creative Coding CSS
September 29, 2025

Setting the box-sizing model to border-box is one of the few remaining CSS resets used across most projects. But there are two common approaches, and the more popular choice will cause more problems than it solves.