-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
72 lines (55 loc) · 1.13 KB
/
style1.css
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
62
63
64
65
66
67
68
69
70
71
72
<link href="https://fonts.googleapis.com/css?family=Oswald:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Amaranth:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600" rel="stylesheet">
body {
margin: 0;
}
header {
background: black;
color: white;
padding: 8px 0px 6px 45px;
height: 45px;
}
header h1 {
display: inline;
font-family:'Oswald', sans-serif;
font-weight: 400;
font-size: 32px;
float: left;
margin-top: 0px;
margin-right: 0px;
}
nav ul {
display: inline;
padding: 0px;
float: right;
}
nav ul li {
display: inline-block;;
list-style-type:none;
color: white;
float: right;
margin-right: 16px;
}
nav ul li a {
color: white;
text-decoration:none;
}
#nav {
font-family: 'Amaranth', sans-serif;
}
.divider {
background-color:red;
height: 5px;
}
.homeblack:hover {
background-color:blue;
padding: 30px 10px 16px 10px;
}
body {
background-image: url(b.jpg);
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}