Header.css
561 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
header {
background-color: rgba(255, 255, 255, 1);
display: flex;
padding: 8px;
justify-content: space-between;
align-items: center;
}
.hl {
padding-right: 50px;
}
.hls {
padding-left: 8px;
font-size: x-large;
}
.hc {
height: 48px;
align-items: center;
display: flex;
justify-content: left;
flex-grow: 1;
}
.hcb {
height: 34px;
margin: 10px;
}
.hcd {
margin: 10px;
}
.hcd > button {
font-size: large;
}
.hcs {
font-size: x-large;
margin: 10px;
}
.hrd > button {
padding: 8px 14px 8px 14px;
font-size: medium;
}