Refactoring, auslagerung der Spielsets, dynamisches CSS

This commit is contained in:
Hilmer, Carsten
2016-11-23 11:18:48 +01:00
parent e49b4cd9e1
commit f3b54198dd
31 changed files with 346 additions and 249 deletions

View File

@@ -1,3 +1,15 @@
/* Hintergrundbild */
.scroll-content {
background: url("../images/background.png");
background-size: cover;
color: #333;
font: 100% Arial, Sans Serif;
height: 100vh;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.teddy {
position: fixed;
top: 50%;