-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader2.css
More file actions
40 lines (35 loc) · 719 Bytes
/
header2.css
File metadata and controls
40 lines (35 loc) · 719 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
body>header {
background-color: #8fbc8f;
display: flex;
height: 12vh;
display: flex;
justify-content: space-between;
align-items: center;
}
body>header a {
height: 70%;
cursor: pointer;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 10px;
}
#logout > * {
padding: 0 1rem;
font-size: 1.5rem;
color:white;
cursor: pointer;
background-color: transparent;
border-color: transparent;
}
#logout:hover > * {
padding: 0 1rem;
font-size: 1.5rem;
color:black;
cursor: pointer;
background-color: transparent;
border-color: transparent;
}
body>header a img {
height: 100%;
margin-left: 10px;
}