Newer
Older
KYKYKY / count.css
body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: lightcoral;
    border-radius: 50%;
    display: inline-block;
    margin: 10px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    cursor: pointer;
}

#status {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

#startButton {
    margin: 20px;
    padding: 10px;
    font-size: 16px;
}