Newer
Older
KYKYKY / santaku.css
body {
  background: ivory;
   
}







#quiz-container {
    text-align: center;
    margin-top: 50px;
}

#image {
    display: none;
    max-width: 200px;
}

.option {
    display: block;
    margin: 10px 0;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.option:hover {
    background-color: #e0e0e0;
}