diff options
| -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; |
