Move static pages content in their own file

This commit is contained in:
yflory
2018-10-25 11:41:18 +02:00
parent e3b89a5e59
commit d3dbd0c712
16 changed files with 908 additions and 822 deletions

View File

@@ -1,5 +1,11 @@
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.cp #mainBlock {
z-index: 1;
height: 100%;
width: 1000px;
max-width: 90%;
margin: auto;