Update index.html
This commit is contained in:
parent
43872e7aa9
commit
4a0a7b2a32
|
@ -3,14 +3,15 @@
|
|||
<head>
|
||||
<title>Lilla Macarons</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<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 {
|
||||
font-family: "Josefin Sans", sans-serif;
|
||||
margin: 0;
|
||||
background: url("macarons.jpg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: url("macarons.jpg") no-repeat center top fixed;
|
||||
background-size: cover;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue