summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorpepper <pepper@chimecrisis.com>2014-11-28 01:34:32 -0800
committerpepper <pepper@chimecrisis.com>2014-11-28 01:34:32 -0800
commitc1b956127563159154d5fea7434ac9beb20ee842 (patch)
tree92fe721b10dde50e75c17ff1bcc9c106fcc64e11 /public/css/style.css
first commit
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;
+}