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></title> <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" > <style> *{ margin: 0; padding: 0; } header{ height: 60px; background: #6290FF; color: #fff; } </style> </head> <body> <header> <div class="row"> <div class="col-xs"> <div class="box"> <a>logo</a> </div> </div> <div class="col-xs"> <div class=box> </div> </div> </div> </header> </body> </html>
problem: the html got overflow. check out the screenshot
The text was updated successfully, but these errors were encountered:
How to solve this?? @kristoferjoseph
Sorry, something went wrong.
Seems like flexboxgrid was abandoned by @kristoferjoseph, so I forked project and made flexboxgrid2.
flexboxgrid
What is already done:
xl
sm
.container
flexboxgrid2 right now is alpha5, so if you can test it and fills issues (or PRs!) I'll be very grateful.
close issue due to framework no longer maintained. Recommend using bootstrap 4
No branches or pull requests
problem: the html got overflow. check out the screenshot
The text was updated successfully, but these errors were encountered: