Hintergrundgrafik und Schriftart hinzugefügt.

This commit is contained in:
2018-07-07 10:51:17 +02:00
parent 23bcf80564
commit 5cbbe9422c
4 changed files with 49 additions and 3 deletions
+18
View File
@@ -1,4 +1,22 @@
@import url('https://fonts.googleapis.com/css?family=Quicksand');
body,
html {
height: 100%;
}
body {
color: #fff;
font-family: 'Quicksand', sans-serif;
}
.bg {
/* The image used */
background-image: url("../img/background.jpg");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
+24 -2
View File
@@ -1,3 +1,25 @@
@import url('https://fonts.googleapis.com/css?family=Quicksand');
body, html {
height: 100%;
}
height: 100%;
}
body {
color: #fff;
font-family: 'Quicksand', sans-serif;
}
.bg {
/* The image used */
background-image: url("../img/background.jpg");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}