proximity-structures/css/style.css

23 lines
243 B
CSS
Raw Normal View History

2017-02-19 06:52:53 +00:00
* {
padding: 0;
margin: 0;
}
html {
overflow: hidden;
}
2017-08-11 05:24:18 +00:00
#help {
display: flex;
justify-content: center;
background-color: black;
color: white;
position: absolute;
top: 0;
left: 0;
}
#help table {
color: white;
}