User:Usr c272d4fe-f1f8-4d77-8008-cad6cb81d6cd/sandbox
From VRChat Wiki
test for startnavbox revamp
.startnavBox { margin-left: auto; margin-right: auto; padding: 1.5rem 0rem; border-style: solid; border-radius: 0.5rem; border-color: #000; border-width: 1px; background: #252e34; color: #fff; width: auto; max-width: 800px; align-items: center; justify-content: center; font-family: Arial; } #startnavTitle { font-size: larger; padding-bottom: 10px; } .startNavButtons { margin: 0.5em; padding: 0.8rem 0rem; border-style: solid; border-radius: 0.5rem; border-color: #000; border-width: 1px; background: #07343f; color: #fff; width: 82px; max-height: 10px; font-size: 10px; text-align: center; } .startNavFlex { margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }