Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
YawarRaza7349 authored Jun 12, 2024
1 parent 660f743 commit c46dd78
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,17 @@ h2 {
text-align: center;
}

#year-textbox {
.textbox {
display: block;
width: 100%;
text-align: center;
}

#year-textbox:valid {
.textbox:valid {
color: green;
}

#year-textbox:invalid {
.textbox:invalid {
color: red;
font-style: oblique;
}
Expand All @@ -82,20 +83,6 @@ h2 {
width: 100%;
}

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

#animate-textbox:valid {
color: green;
}

#animate-textbox:invalid {
color: red;
font-style: oblique;
}

#state-count {
text-decoration: underline;
text-align: center;
Expand Down

0 comments on commit c46dd78

Please sign in to comment.