styles.css 317 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
* {
    text-align: center;
    font-family: sans-serif;
}

body {
    background-color: #fafafa;
}

ul {
    list-style: none;
}

li {
    text-align: justify;
    margin-bottom: 10px;
}

span {
    color: rgb(6, 150, 1);
    font-weight: 900;
    background-color: black;
    border-radius: 10%;
    padding: 4px;
}