summaryrefslogtreecommitdiff
path: root/rectangles.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-04-15 19:12:16 -0400
committerJules Laplace <jules@okfoc.us>2014-04-15 19:12:16 -0400
commit9c3c0151cb2b0a824f184501ea2672ef9e87a993 (patch)
tree44591f45911a0078f15202cdaf21d03aa5945301 /rectangles.html
parent3d4a9829797f850fde2b65afbaa4dc45f519c3eb (diff)
positioning sides (half done)
Diffstat (limited to 'rectangles.html')
-rw-r--r--rectangles.html5
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>