mirror of
https://github.com/modelec/assets-live.git
synced 2026-01-18 16:27:30 +01:00
38 lines
672 B
CSS
38 lines
672 B
CSS
/*
|
|
body{
|
|
background-color: rgba(255, 255, 255, 0);
|
|
margin: 0;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
*/
|
|
|
|
body {
|
|
background-color: #00ff1a;
|
|
margin: 0;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
#topBar {
|
|
width: 100%;
|
|
height: 72px;
|
|
background-color: rgba(255, 89, 90, 0.5);
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
#void {
|
|
height: 936px;
|
|
}
|
|
|
|
#bottom {
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 72px;
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
gap: 5em;
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
} |