-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountdown.css
53 lines (50 loc) · 1.08 KB
/
countdown.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
body{
text-align: center;
background-image:url("rainbow.jpeg");
background-size:cover;
/* background-color: #FFFDDE; */
/* background-image: url("8.avif");
/* background-image:url(https://images.pexels.com/photos/1470405/pexels-photo-1470405.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500); */
/* backdrop-filter:blur(12px); */
}
span{
color: rgb(129, 124, 124);
}
.titleText{
padding:150px;
font-size: 4.3rem;
/* line-height: 5px; */
font-family: 'Rubik Dirt', cursive;
}
/* countdown div */
.row{
display: flex;
justify-content:center;
padding:60px 0 100px;
color:black;
}
h1{
display: flex;
justify-content: center;
align-items: center;
}
h3{
font-family: 'Rubik Iso', cursive;
}
.time{
margin: 10px;
height: 110px;
width: 110px;
border-radius: 27%;
/* padding-top:50px ; *
/* background-color:#C4D7E0; */
/* background-color: #D9D7F1; */
/* border: solid black 1px; */
}
.time-h1{
display:flex;
justify-content:center;
align-items: center;
font-weight: bolder;
font-size:3.2rem;
}