team-bigger/style.css

18 lines
168 B
CSS

body {
background-color: #ddd;
color: #333;
text-align: center;
}
ul {
padding: 0px;
}
li {
list-style: none;
}
div, form {
display: none;
}