Add a placeholder for the user app

This commit is contained in:
yflory
2017-05-18 15:56:35 +02:00
parent 620f4dc512
commit 21f9e31e75
6 changed files with 197 additions and 1 deletions

14
www/user/main.css Normal file
View File

@@ -0,0 +1,14 @@
.cp #mainBlock {
z-index: 1;
width: 1000px;
max-width: 90%;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}
.cp #mainBlock #container {
text-align: center;
font-size: 25px;
}