Files
assets-live/style.css
2024-09-27 17:36:51 +02:00

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);
}