Skip to content

Thanks! And a question. #1

Description

@g40

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions