Himas Rafeek
Posted on: 3 years ago
CSS

Universal box-sizing border-box

Thanks Paul Irish 😉


                                          /* apply a natural box layout model to all elements */* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}