Landingpage/assets/style/style.css

10 lines
129 B
CSS
Raw Normal View History

2019-08-07 17:16:48 +00:00
body{
background-color: black;
}
.cmd-container{
position: fixed;
bottom: 0;
display: block;
color: white;
2019-08-07 17:16:48 +00:00
}