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
This is super stuff for HTML/CSS for C++ people like myself. Congratulations on making it so simple. Thank you.
Question: How does one nest these styles? For example, stack 3 rows of buttons, each of which is centered in the page? Thanks again for listening.
<div class="flex vstack"> <div class="flex hstack"> <div> <button onclick="callit('callout1','data1')">Click callout1 </button> </div> <div> <button onclick="callit('callout2','data2')">Click callout2 </button> </div> <div> <button onclick="callit('callout3','data3')">Click callout3 </button> </div> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is super stuff for HTML/CSS for C++ people like myself. Congratulations on making it so simple. Thank you.
Question: How does one nest these styles? For example, stack 3 rows of buttons, each of which is centered in the page? Thanks again for listening.
The text was updated successfully, but these errors were encountered: