First commit, version 0.2.7
This commit is contained in:
13
public/css/center.css
Normal file
13
public/css/center.css
Normal file
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user