Hintergrundgrafik und Schriftart hinzugefügt.
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user