We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
盒子模型定义了盒子的每个部分,包括margin,padding,content,border, 这几个部分共同组成了每一个盒子。
盒子模型分为标准盒子模型以及ie盒子模型。
可以通过box-sizing来设置,默认是content-box,可以设为border-box,通常也会在样式重置时统一设为border-box。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
盒子模型定义了盒子的每个部分,包括margin,padding,content,border, 这几个部分共同组成了每一个盒子。
盒子模型分为标准盒子模型以及ie盒子模型。
可以通过box-sizing来设置,默认是content-box,可以设为border-box,通常也会在样式重置时统一设为border-box。
The text was updated successfully, but these errors were encountered: