-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.css
63 lines (54 loc) · 1.02 KB
/
header.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
header{
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: auto;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap');
/* CSS Above This Line is for Google Font Import - Do Not Copy*/
.brand-navigation {
background-color: #06070d;
display: flex;
justify-content: center;
}
.content {
width: 960px;
height: 54px;
display: flex;
justify-content: space-between;
align-items: center;
}
.navigation {
list-style: none;
margin: 0;
display: flex;
justify-content: flex-end;
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-size: 13px;
}
.navigation a {
text-decoration: none;
padding: 3em;
color: #dbdbe2;
}
.logo-nav {
max-width: 100px;
}
.button-dark {
height: 28x;
padding: 1px 20px;
border-radius: 4px;
background-color: #00e59b;
border-style: none;
font-family: "Poppins", sans-serif;
text-transform: uppercase;
color: #FFFFFF;
font-size: 13px;
line-height: 26px;
}
.menu-header{
display: flex;
justify-content: center;
}