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
Consider:
<!DOCTYPE html> <div style="display: flex; margin-trim: block; align-items: end; width: 100px; border: solid 2px; height: 100px;"> <div style="background: lime; margin: auto;">hi</div> <div style="background: lime; margin: auto;">hi</div> </div>
Presuming that auto margins are trimmed, should the alignment of the items be the start or the end?
auto
https://drafts.csswg.org/css-box-4/#margin-trim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider:
Presuming that
auto
margins are trimmed, should the alignment of the items be the start or the end?https://drafts.csswg.org/css-box-4/#margin-trim
The text was updated successfully, but these errors were encountered: