-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylebrew1.css
90 lines (72 loc) · 1.23 KB
/
stylebrew1.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/* basic e{
lements */
body {
margin: 0;
padding: 0;
background-color: #93a3bc;
font-family: 'Raleway', sans-serif;
}
.nav {
background-color: #93a3bc;
color: #ffffff;
list-style: none;
text-align: right;
padding: 20px 0 0 0;
}
.nav > li {
display: inline-block;
padding: 0 25px 0 25px;
font-size: 14px;
}
.nav > li > a {
text-decoration: none;
color: #ffffff;
}
.nav > li > a:hover {
color: #c1c1c1;
}
.logo {
color: #ffffff;
float: left;
padding-left: 25px;
font-size: 16;
font-weight: bold;
}
.logo > a {
text-decoration: none;
color: #ffffff;
}
.banner {
width: 100%;
display: block;
float: right;
}
.banner > banner-image {
width: 100%;
display: inline-block;
float: right;
}
.header img {
float: right;
width: 30%;
height: 30%;
/* background: #555;*/
}
.header h1 {
position: relative;
top: 1px;
left: 10px;
font-family: 'Quicksand', sans-serif;
font-size: 120px;
}
.header h2 {
position: relative;
top: 18px;
left: 10px;
font-family: 'Raleway', sans-serif;
}
.header {
border-top: 2px solid #333333;
}
/*font-family: 'Raleway', sans-serif;
/*font-family: 'Quicksand', sans-serif;