Usr c272d4fe-f1f8-4d77-8008-cad6cb81d6cd/sandbox: Difference between revisions

From VRChat Wiki
mNo edit summary
(wip)
Line 11: Line 11:
   </div>
   </div>
</div>
</div>
<code> .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;
}</code>

Revision as of 21:35, 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;

}