team-bigger/style.css

18 lines
168 B
CSS
Raw Permalink Normal View History

2021-03-28 03:08:20 +00:00
body {
background-color: #ddd;
color: #333;
text-align: center;
}
ul {
padding: 0px;
}
2021-03-28 03:08:20 +00:00
li {
list-style: none;
2021-03-28 03:08:20 +00:00
}
div, form {
display: none;
}