Added StartSite

This commit is contained in:
silas
2018-09-23 21:02:06 +02:00
parent 3247c7e9fc
commit b881242a9b
14 changed files with 281 additions and 370 deletions

View File

@@ -9,6 +9,15 @@
border-bottom: 0;
background-color: #FFF; }
.rotated {
transform-origin: bottom center;
height: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0; }
.no-transition {
transition: none !important; }
.no-transition * {