Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 30, 2024
1 parent b1b4d77 commit 37a5310
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ h4 {
flex-direction: column;
row-gap: 1.5rem;
}

.html__options-container {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -467,7 +468,8 @@ h4 {
justify-content: space-between;
font-weight: var(--font-weight-bold);
}
/*

/*
.html__options {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -549,11 +551,12 @@ h4 {
font-size: var(--h2-font-size);
}

/*
.html__options {
display: flex;
flex-direction: column;
row-gap: .5rem;
}
}*/

.html__choice-text {
font-size: var(--smaller-font-size);
Expand Down Expand Up @@ -634,26 +637,28 @@ h4 {
.progress-and-options,
.html__options {
min-width: 50%;

}

.html__options-list {
width: 95%;

}

.html__options {
display: flex;
flex-direction: column;
row-gap: 1.5rem;
}
.html__options-container {
display: flex;
flex-direction: column;
row-gap: .5rem;
}
.skip {
margin-right: 2rem;
}
.html__options {
display: flex;
flex-direction: column;
row-gap: 1.5rem;
}

.html__options-container {
display: flex;
flex-direction: column;
row-gap: .5rem;
}

.skip {
margin-right: 2rem;
}

}

0 comments on commit 37a5310

Please sign in to comment.