-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (51 loc) · 973 Bytes
/
style.css
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
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');
.main {
width: 100%;
height: 100vh;
background: url(time.jpg) center center;
background-size: cover;
}
.overlay {
width: 100%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.7);
}
.title {
margin-top: 85px;
color: white;
text-align: center;
font-size: 3.5rem;
}
.col {
margin-top: 20px;
width: 90%;
display: flex;
justify-content: center;
color: white;
}
.col div {
width: 250px;
text-align: center;
}
input {
width: 37%;
background-color: rgb(68 45 70);
border-color: white;
border-radius: 25px;
height: 58px;
text-align: center;
font-size: 30px;
}
.cdtimer{
color: white;
font-size: 3.6rem;
}