Alternative to boxsizing

What’s the alternative to * {border-box:box-sizing;}?

Yes you can use the formula “width or height + padding + border = actual width or height” for the box-model but since {border-box: box-sizing;} can reset the style, it has become very popular in Responsive Web Design.

Yea I asked back then because the project test suite said that it didn’t support global classes. But now it does. Thanks though. :slight_smile: