© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
5 replies
rv77777

✅ (beginner) Align child to left, parent to the middle

Could you please help me make "logo" in the middle of the page, and icons to the left? Keeping them at the same height, everything horizontally

<div>
            <div class="header">
                <div class="logo">
                    <AppLogoIcon 
                        width="200"
                        height="200" />
                </div>
                <div class="icon-buttons">
                    <AddNewDiagramIconButton
                        width="100"
                        height="100"
                        onClick={() => addNewDiagram()}
                        className="btn btn-link"
                        label={<AddNewDiagramIconButton />}
                    />                    
                    <ChooseSchemaIconButton 
                        width="100" 
                        height="100" 
                        onClick={() => chooseSchema}
                        className="btn btn-link"
                        label={<ChooseSchemaIconButton />}
                    />    
                </div>
            </div>
<div>
            <div class="header">
                <div class="logo">
                    <AppLogoIcon 
                        width="200"
                        height="200" />
                </div>
                <div class="icon-buttons">
                    <AddNewDiagramIconButton
                        width="100"
                        height="100"
                        onClick={() => addNewDiagram()}
                        className="btn btn-link"
                        label={<AddNewDiagramIconButton />}
                    />                    
                    <ChooseSchemaIconButton 
                        width="100" 
                        height="100" 
                        onClick={() => chooseSchema}
                        className="btn btn-link"
                        label={<ChooseSchemaIconButton />}
                    />    
                </div>
            </div>
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ cast parent to child
C#CC# / help
4y ago
Cascading delete from child to parent
C#CC# / help
2y ago
How to Align Radio Buttons from Right to Left? WinUi
C#CC# / help
3y ago
❔ ✅ abstract-Parent and Child static overrides?
C#CC# / help
3y ago