-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
92 lines (89 loc) · 1.26 KB
/
header.css
File metadata and controls
92 lines (89 loc) · 1.26 KB
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
91
92
header{
grid-column: 1/5;
max-width: 1200px;
width: 100%;
margin: auto;
background-color: white;
border: 5px solid #172A3A;
margin-bottom: 15px;
padding: 15px;
}
header > h1{
text-align: left;
color: #172A3A;
display: inline-block;
font-size:40px;
margin-bottom: 0px;
letter-spacing: 0.15em;
font-weight: 700;
}
.logo{
height: 200px;
display: block;
Float: left;
}
nav.navigation {
display: block;
margin-bottom: 10px;
}
nav.navigation
ul {
list-style: none;
font-size: 14px;
text-align: right;
}
nav.navigation
ul
li {
display: inline-block;
}
nav.navigation
li
a {
display: block;
float: left;
padding: 3px 6px;
color: #508991;
font-size:25px;
text-decoration: none;
font-weight: bold;
}
nav.navigation
ul
li
a:hover {
background: #508991;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 6px;
margin: 0;
text-decoration: none;
}
ul.icons{
list-style: none;
font-size: 35px;
text-align: right;
margin: 0px;
}
ul.icons
li{
display: inline-block;
}
ul.icons
li
i{
display: block;
margin: 10px;
float: left;
color: black;
font-size:35px;
font-weight: bold;
}
ul.icons
li
i.fa-search{
color: #508991;
margin-right: 80px;
}