Update index.html
This commit is contained in:
parent
18ac37d0da
commit
895b8a682f
|
@ -7,11 +7,14 @@
|
||||||
<link href="http://fonts.googleapis.com/css?family=Niconne" rel="stylesheet" type="text/css" />
|
<link href="http://fonts.googleapis.com/css?family=Niconne" rel="stylesheet" type="text/css" />
|
||||||
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet" type="text/css" />
|
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet" type="text/css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
html {
|
||||||
font-family: "Josefin Sans", sans-serif;
|
font-family: "Josefin Sans", sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: url("macarons.jpg") no-repeat center top fixed;
|
background: url("macarons.jpg") no-repeat center top fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue