Skip to content
New issue

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

Thanks! And a question. #1

Open
g40 opened this issue Mar 22, 2023 · 0 comments
Open

Thanks! And a question. #1

g40 opened this issue Mar 22, 2023 · 0 comments

Comments

@g40
Copy link

g40 commented Mar 22, 2023

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant