styles.css 243 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
ul li {
    list-style: none;
    height: 20px;
    margin: 0 auto 2px auto;
    background-color: rgb(127, 255, 0);
    border-radius: 10%;
}

* {
    text-align: center;
    font-family: sans-serif;
}

body {
    background-color: #fafafa;
}