summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 70482a7..0216c8e 100644
--- a/css/style.css
+++ b/css/style.css
@@ -78,3 +78,10 @@ body {
.help {
cursor: help;
}
+
+.blob {
+ background-color: #445566;
+ height: 100px;
+ width: 100px;
+ float: left;
+}