-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
79 lines (60 loc) · 1.16 KB
/
Copy pathstyle.css
File metadata and controls
79 lines (60 loc) · 1.16 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
@font-face {
font-family: HaasGrotDisp;
src: url(HaasGrotDisp-55Roman.otf);
}
@font-face {
font-family: BONESXBONES;
src: url(BONESXBONES.otf);
}
body {
background-image:url(noise.png);
background-color: #1E1E1E;
height: 100vh;
color: #ffff;
font-family: HaasGrotDisp;
}
.container{
background-image: url(illustration.png);
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size:contain;
}
.flex1 {
display: flex;
justify-content: space-between;
align-content:flex-start;
font-size: 2rem;
}
.flex2 {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 5rem;
}
#days,
#hours,
#minutes,
#seconds{
font-size: 5rem;
}
.flex3 {
display: flex;
justify-content: space-around;
padding-top: 8rem;
}
.flex4 {
text-align: center;
font-size: 3.5rem;
position: absolute;
z-index: 0;
padding-top: 2rem;
/*z-index: 0; L'oggetto sta sotto */
/*z-index: 1; l'oggetto sta sopra */
}
.flex5 {
font-family:BONESXBONES;
font-size: 4.5rem;
text-align: center;
z-index: 1;
}