summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..1164000
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,27 @@
+.blue{
+ background: blue;
+}
+.green{
+ background: green;
+}
+.red{
+ background: red;
+}
+.tall{
+ height: 100%;
+ padding-bottom:100%;
+ margin-bottom: -100%;
+}
+.small-border{
+ border: 1px solid black;
+
+}
+.no-padding{
+ padding-top: 0px;
+padding-right: 0px;
+padding-bottom: 0px;
+padding-left: 0px;
+}
+.no-overflow{
+overflow:hidden;
+}