Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
YawarRaza7349 authored Jun 12, 2024
1 parent 4742946 commit 660f743
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -50,17 +50,22 @@ h2 {
text-align: center;
}

#controls > div {
margin-bottom: 1rem;
}

#controls > div > label {
display: block;
text-align: center;
}

#controls > div > label > span {
display: block;
text-align: center;
}

#year-textbox {
display: block;
width: 100%;
}

#year-textbox:valid {
@@ -74,10 +79,12 @@ h2 {

#slider {
display: block;
width: 100%;
}

#animate-textbox {
display: block;
width: 100%;
}

#animate-textbox:valid {

0 comments on commit 660f743

Please sign in to comment.