diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-02-23 21:29:57 -0600 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-02-23 21:29:57 -0600 |
commit | 01b2feee26eb0cb2c968a361a9ac2723dbfc2352 (patch) | |
tree | 2c31489383e666dd5988b419f82eb8490387cf96 /csci4131/hw3/style.css | |
parent | brolken (diff) | |
download | homework-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 '')
-rw-r--r-- | csci4131/hw3/style.css | 3 |
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 { |