Update index.html

This commit is contained in:
Scott Wallace 2014-05-15 10:23:08 +01:00
parent 18ac37d0da
commit 895b8a682f

View file

@ -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=Josefin+Sans" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
html {
font-family: "Josefin Sans", sans-serif;
margin: 0;
background: url("macarons.jpg") no-repeat center top fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
color: #fff;
}