Pivot.css: Difference between revisions
From GameLabWiki
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
text-align:center; | text-align:center; | ||
padding:20px; | padding:20px; | ||
border:1px white solid; | |||
} | } |
Revision as of 01:13, 6 December 2019
/* Top-Bar background color */ .tab-bar { background: #517398; } /* sidebar background color */ body { background-color: white; } /* section design */ #sections{ background-color: #517398; text-align:center; padding:20px; border:1px white solid; } #sections a{ color:white; height:100%; width:100%; }