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