From 01b2feee26eb0cb2c968a361a9ac2723dbfc2352 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 23 Feb 2021 21:29:57 -0600 Subject: JS sucks --- csci4131/hw3/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'csci4131/hw3/style.css') diff --git a/csci4131/hw3/style.css b/csci4131/hw3/style.css index aa9ae2c..2be7a2b 100644 --- a/csci4131/hw3/style.css +++ b/csci4131/hw3/style.css @@ -82,6 +82,9 @@ tr:nth-child(odd) { .inputBox:nth-child(odd) { background-color: burlywood; } +#others { + display:none; +} /* Form */ .Form { -- cgit v1.2.3