summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode/css
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/tricode/css')
-rw-r--r--For Weekly Test/tricode/css/layout.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/For Weekly Test/tricode/css/layout.css b/For Weekly Test/tricode/css/layout.css
new file mode 100644
index 0000000..9ea3034
--- /dev/null
+++ b/For Weekly Test/tricode/css/layout.css
@@ -0,0 +1,15 @@
+* {
+margin: 0;
+}
+html, body {
+height: 100%;
+}
+.wrapper {
+min-height: 100%;
+height: auto !important;
+height: 100%;
+margin: 0 auto -4em;
+}
+.footer, .push {
+height: 4em;
+} \ No newline at end of file