-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (55 loc) · 1.29 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Facloud</title>
<meta name="description" content="Facloud's very official website">
<meta name="author" content="Facloud">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<style>
body {
background-color: #fcf0e4;
}
#banner_container {
margin: 0 auto;
width: 360px;
height: 160px;
margin-top: 200px;
}
#logo {
float: left;
}
#logo img {
width: 150px;
}
#name {
float: left;
color: #482107;
font-size: 40pt;
padding-top: 39px;
}
#slogan {
margin: 0 auto;
width: 200px;
text-align: center;
font-style: italic;
color: #482107;
}
</style>
<div id="banner_container">
<div id="logo">
<img src="logo.png" alt="Facloud logo">
</div>
<div id="name">
Facloud
</div>
</div>
<div id="slogan">The internet of farts</div>
</body>
</html>