Refactoring, auslagerung der Spielsets, dynamisches CSS
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user