-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavigator.css
More file actions
48 lines (40 loc) · 800 Bytes
/
Copy pathnavigator.css
File metadata and controls
48 lines (40 loc) · 800 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
.navigator {
background-image: url("./img/navigator-bg.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.navigator .blur {
width: 100%;
height: 100%;
background-color: #FFFFFF50;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
padding: 40px 0px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.navigator img {
width: 34px;
height: 34px;
}
.navigator h1 {
font-size: 48px;
font-weight: 500;
}
.navigator .path {
display: flex;
justify-content: space-between;
align-items: center;
}
.navigator .path h6 {
font-size: 16px;
font-weight: 500;
}
.navigator .path p {
font-size: 16px;
font-weight: 300;
margin-left: 6px;
}