mirror of
https://github.com/BreizhHardware/front-end-starter.git
synced 2026-01-18 16:47:32 +01:00
17 lines
306 B
CSS
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;
|
|
} |