Skip to content

Commit

Permalink
Update CSS for tab4/content4
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinPayravi committed Aug 22, 2024
1 parent 966751c commit 274b07a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,8 @@ tr:nth-child(odd) {

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
display: block;
}

Expand Down

0 comments on commit 274b07a

Please sign in to comment.