-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (41 loc) · 848 Bytes
/
Copy pathstyle.css
File metadata and controls
47 lines (41 loc) · 848 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
* {
box-sizing: border-box;
}
body {
font-family: "Poppins", "sans-serif";
background-image: url("./soud.jpg ");
background-size: repeat;
min-height: 100vh;
align-items: center;
background-position: center center;
justify-content: center;
display: flex;
flex-direction: column;
margin: 0;
}
h1 {
font-weight: normal;
font-size: 4rem;
margin-top: -2rem;
color: aliceblue;
opacity: 1;
font-family: Arial, Helvetica, sans-serif;
}
.countdown-container {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.big-text {
font-weight: bold;
font-size: 6rem;
line-height: 1;
margin: 1rem 2rem;
}
.countdown-el {
text-align: center;
color: aliceblue;
}
.countdown-el span {
font-size: 1.5rem;
}