Usr c272d4fe-f1f8-4d77-8008-cad6cb81d6cd/sandbox: Difference between revisions
From VRChat Wiki
TrixxedHeart (talk | contribs) wip |
TrixxedHeart (talk | contribs) No edit summary |
||
| Line 12: | Line 12: | ||
</div> | </div> | ||
< | <pre> .startnavBox { | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
| Line 52: | Line 52: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
}</ | }</pre> | ||
Revision as of 21:36, 28 July 2024
test for startnavbox revamp
.startnavBox {
margin-left: auto;
margin-right: auto;
padding: 1.5rem 1rem;
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: 3em;
}
.startNavButtons {
margin: 0.5em;
padding: 0.8rem 0.5rem;
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: inline-flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}