Newer
Older
j2321-tanakai / html / quiz.css
@j2321 j2321 4 days ago 345 bytes 更新
.question p{
    font-size: 40px;
}

.question label{
    font-size: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}

.question input[type="radio"] {
    transform: scale(2.0);
    margin-right: 8px;
}

#submitBtn {
    font-size: 25px;
    padding: 12px 24px;
}

#result {
    font-size: 40px;
}