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
<!DOCTYPE html> <html> <head> <title>margin</title> <style> .first0 { width: 100px; height: 100px; margin: 50px; overflow: hidden; background-color: red; } .first1 { width: 100px; height: 100px; margin: 50px; overflow: hidden; background-color: yellow; } </style> </head> <body> <div class="first0"></div> <div class="first1"></div> </body> </html>
如果标签产生margin折叠,只是在产生margin的元素上触发bfc,无法解决折叠问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果标签产生margin折叠,只是在产生margin的元素上触发bfc,无法解决折叠问题
The text was updated successfully, but these errors were encountered: