2021-03-28 03:08:20 +00:00
|
|
|
body {
|
|
|
|
background-color: #ddd;
|
|
|
|
color: #333;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2021-06-15 23:54:36 +00:00
|
|
|
ul {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2021-03-28 03:08:20 +00:00
|
|
|
li {
|
2021-06-15 23:54:36 +00:00
|
|
|
list-style: none;
|
2021-03-28 03:08:20 +00:00
|
|
|
}
|
2021-04-06 03:01:14 +00:00
|
|
|
|
2021-04-16 00:37:14 +00:00
|
|
|
div, form {
|
2021-04-06 03:01:14 +00:00
|
|
|
display: none;
|
|
|
|
}
|