aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw3/style.css
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-02-23 21:29:57 -0600
committerRossTheRoss <mstrapp@protonmail.com>2021-02-23 21:29:57 -0600
commit01b2feee26eb0cb2c968a361a9ac2723dbfc2352 (patch)
tree2c31489383e666dd5988b419f82eb8490387cf96 /csci4131/hw3/style.css
parentbrolken (diff)
downloadhomework-01b2feee26eb0cb2c968a361a9ac2723dbfc2352.tar
homework-01b2feee26eb0cb2c968a361a9ac2723dbfc2352.tar.gz
homework-01b2feee26eb0cb2c968a361a9ac2723dbfc2352.tar.bz2
homework-01b2feee26eb0cb2c968a361a9ac2723dbfc2352.tar.lz
homework-01b2feee26eb0cb2c968a361a9ac2723dbfc2352.tar.xz
homework-01b2feee26eb0cb2c968a361a9ac2723dbfc2352.tar.zst
homework-01b2feee26eb0cb2c968a361a9ac2723dbfc2352.zip
JS sucks
Diffstat (limited to 'csci4131/hw3/style.css')
-rw-r--r--csci4131/hw3/style.css3
1 files changed, 3 insertions, 0 deletions
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 {