From c1b956127563159154d5fea7434ac9beb20ee842 Mon Sep 17 00:00:00 2001 From: pepper Date: Fri, 28 Nov 2014 01:34:32 -0800 Subject: first commit --- public/css/style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/css/style.css (limited to 'public/css/style.css') 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; +} -- cgit v1.2.3-70-g09d2