-
Notifications
You must be signed in to change notification settings - Fork 0
/
farmors.html
61 lines (53 loc) · 1.12 KB
/
farmors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Archivo Narrow', sans-serif;
color: #555;
background:#D4D7DC;
line-height:20px;
}
a {
text-decoration:none;
color:#555;
}
#box{
width:400px;
height:295px;
position:absolute;
left:50%;
top:50%;
margin:-100px 0 0 -200px;
border: 2px solid #777;
border-radius:15px;
padding: 15px;
background:#eee;
}
#header {
font-size:22px;
margin-bottom:0px;
color:#000;
text-align:center;
}
#subheader {
font-size:15px;
margin-bottom:10px;
color:#555;
text-align:center;
}
#video {
margin:-15px;
margin-top:0px;
}
</style>
</head>
<body>
<div id="box">
<div id="header">Farmors Baghave</div>
<div id="subheader">(Grandmothers garden)</div>
<iframe id="video" src="http://player.vimeo.com/video/41557764?autoplay=1" width="430" height="242" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
</body>
</html>