Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 3, 2024
1 parent 58e3c41 commit 2496add
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,18 @@ body {
/* Estilo del cuestionario */
#quiz-container {
position: absolute;
top: 10%;
left: 50%;
top: 10px;
left: 10px;
transform: translateX(-50%);
text-align: center;
display: none;
max-width: 500px;
max-height: 90vh;
width: 100%;
padding: 20px;
background-color: white;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
border-radius: 10px;
overflow-y: auto;
}

#quiz-container h3 {
Expand Down

0 comments on commit 2496add

Please sign in to comment.