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><meta charset='utf-8' /> <link rel="stylesheet" href="tent.css" /> <style> body{background:azure} </style> </head><body><div class="container" > <div class="grid" style="background:#fff;margin-top:8px;" > <div class="grid__column grid__column--8 ">main </div> <div class="grid__column grid__column--4 " >aside </div> </div> <div class="grid" style="background:#fff;margin-top:8px;" > <div class="grid__column grid__column--8 ">main </div> <div class="grid__column grid__column--3 " style="margin-left:1em" >aside </div> </div> <div class="grid" style="background:#fff;margin-top:8px;" > <div class="grid grid--justify-start"> <div class="grid__column grid__column--4 ">main </div> </div> <div class="grid grid--justify-end" > <div class="grid__column grid__column--4 " >aside </div> </div> </div> </div></body></html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: