diff options
| author | Julie Lala <jules@okfoc.us> | 2014-04-28 10:15:05 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-04-28 10:15:05 -0400 |
| commit | 5341b0b2c197cbfdc1304e756e43b7d0ad399220 (patch) | |
| tree | 5299c2d4e926f84b8e96fd0bf638b6817a3c69fa /rectangles.html | |
| parent | f36f9c314a90b056bd6ce889be24158808a13dcc (diff) | |
summon dragon
Diffstat (limited to 'rectangles.html')
| -rw-r--r-- | rectangles.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rectangles.html b/rectangles.html index 8050133..370e913 100644 --- a/rectangles.html +++ b/rectangles.html @@ -23,7 +23,7 @@ body > div { .back { background-color: #fff; } .left { background-color: #fff; } .right { background-color: #fff; } -.floor { background-color: #fff; } +.floor { background-color: #ffe; } .ceiling { background-color: rgba(230,230,255,0.3); } @@ -55,9 +55,10 @@ body > div { <select id="palette"> <option>colors</option> <option>redblue</option> - <option>gray</option> + <option selected>gray</option> <option>alpha</option> - <option selected>white</option> + <option>white</option> + <option>black</option> </select> <div id="intersects"></div> </div> |
