-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.html
50 lines (42 loc) · 937 Bytes
/
header.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
<link rel="import" href="x-gif.html">
<p><link rel="stylesheet" href="css/main.css"/></p>
<style>
body, p, div, html {
font-family: 'Titillium Web', sans-serif;
font-size: 19px;
/* color: #a0b0b0;
background-color: #475050;*/
}
body {
margin: 2em;
}
html{font-size:100%;}
@media(min-width:60em){html{font-size: 100%}}
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li.menu {
float: left;
}
li.menu a, li.menu a:visited {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li.menu a:hover {
background-color: #111;
}
</style>
<div>
<ul class="menu">
<li class="menu"><a class="active" href="/tinyvillage">Home</a></li>
<li class="menu"><a href="#about">About</a></li>
<li class="menu"><a href="https://github.com/runvnc/tinyvillage">Github</a></li>
</ul>
</div>