-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.css
More file actions
62 lines (51 loc) · 795 Bytes
/
header.css
File metadata and controls
62 lines (51 loc) · 795 Bytes
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
.hidden{
display:none;
}
.header {
border: black;
height: 100px;
background-color: #073763;
width: 100%;
margin-right: auto;
margin-left: auto;
max-width: 1920px;
line-height: 100px;
}
.home {
text-align: center;
}
.btn_home {
background-color: #0099FF;
}
.img-coins {
font-size: 40px;
}
.finance-now {
color: white;
font-size: 20px;
}
.add-note {
text-align: center;
}
.btn-add-note {
font-size: 20px;
background-color: #009E0F;
border-radius: 2em;
width: 300px;
}
.profile {
text-align: right;
}
.btn-profile {
background-color: #073763 !important;
border-color: #073763 !important;
}
.img-bell {
font-size: 45px;
}
.img-user {
font-size: 40px;
}
.user-name {
font-size: 15px;
}