diff options
| author | Andrew Shitov <andy@shitov.ru> | 2020-09-11 00:15:00 +0200 |
|---|---|---|
| committer | Andrew Shitov <andy@shitov.ru> | 2020-09-11 00:15:00 +0200 |
| commit | c53084b39a60d87ef29009092d54d151f528dfc0 (patch) | |
| tree | 8f88ffb88041e1580c1f01467ba605273cfaf921 /challenge-077/ash | |
| parent | b84595a43e09b00411ae617ee297912a14084da7 (diff) | |
| download | perlweeklychallenge-club-c53084b39a60d87ef29009092d54d151f528dfc0.tar.gz perlweeklychallenge-club-c53084b39a60d87ef29009092d54d151f528dfc0.tar.bz2 perlweeklychallenge-club-c53084b39a60d87ef29009092d54d151f528dfc0.zip | |
77-2 solution in HTML+JS
Diffstat (limited to 'challenge-077/ash')
| -rw-r--r-- | challenge-077/ash/javascript/ch-2.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/challenge-077/ash/javascript/ch-2.html b/challenge-077/ash/javascript/ch-2.html index e2cfd19d28..3b1cd76bb6 100644 --- a/challenge-077/ash/javascript/ch-2.html +++ b/challenge-077/ash/javascript/ch-2.html @@ -19,13 +19,12 @@ margin: auto; /* border-collapse: collapse; */ } - #Shape table tr td input { + /* #Shape table tr td input { width: 50px; height: 50px; - } + } */ #Shape table tr td { - border: 5px solid white; - + border: 5px solid white; } #Shape table tr td.lonely { border: 5px solid green; |
