-
Notifications
You must be signed in to change notification settings - Fork 0
/
NavBar.css
64 lines (54 loc) · 995 Bytes
/
NavBar.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
*{z-index: 6;
}
.earthimage{
position: relative;
top: -5px;
left: 0px;
}
ul {
position: absolute;
width: 2000px;
height: 22px;
left: 780px;
top: 21px;
list-style: none;
display: flex;
gap:1rem;
font-family: 'Roboto';
}
a {
color: #000000;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 23px;
line-height: 21px;
}
.Title {
width: 200px;
height: 14px;
left: 80px;
top: 15px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: #000000;
}
.ConnectWalletButtonNav{
position: absolute;
background: none;
height: 50px;
width: 160px;
left: 1630px;
top: 28px;
border-radius: 6px;
font-size: large;
background: #004D89;
box-shadow: 0px 4px 4px #0D0E14;
color: white;
font-family: 'Roboto';
font-style: normal;
}