summaryrefslogtreecommitdiff
path: root/public/css/center.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/css/center.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/css/center.css b/public/css/center.css
new file mode 100644
index 00000000..61d3bc57
--- /dev/null
+++ b/public/css/center.css
@@ -0,0 +1,13 @@
+html,
+body,
+.container-fluid {
+ height: 98%;
+}
+.container-fluid {
+ display: table;
+ vertical-align: middle;
+}
+.vertical-center-row {
+ display: table-cell;
+ vertical-align: middle;
+} \ No newline at end of file