diff options
Diffstat (limited to 'rectangles.html')
| -rw-r--r-- | rectangles.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rectangles.html b/rectangles.html index 99862de..b4671bf 100644 --- a/rectangles.html +++ b/rectangles.html @@ -3,6 +3,7 @@ <head> <link rel="stylesheet" type="text/css" href="assets/stylesheets/css.css"> <style type="text/css"> +body { background: black; } body > div { float: left; } @@ -17,6 +18,10 @@ body > div { .face { background-color: #fff; } +.front { background-color: #f00; } +.back { background-color: #800; } +.left { background-color: #00f; } +.right { background-color: #008; } </style> </head> <body> |
