From 274b07a1cd88d932ec8cbd12f41143c6d8a5aef3 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Thu, 22 Aug 2024 20:42:22 +0100 Subject: [PATCH] Update CSS for tab4/content4 --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f7200e1..dd28b52 100644 --- a/style.css +++ b/style.css @@ -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; }