Files
front-end-starter/style.css
2023-04-06 09:55:02 +02:00

17 lines
306 B
CSS

body{
font-family: 'Roboto', sans-serif;
background-color: black;
color: white;
}
#bottom{
position: fixed;
bottom: 0;
width: 100%;
height: 50px;
color: white;
background-color: black;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}