-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
95 lines (61 loc) · 1.41 KB
/
index.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body{
background-image: url('https://images.pexels.com/photos/1540406/pexels-photo-1540406.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
display: flex;
height: 100vh;
flex-direction: column;
justify-content: center;
align-items: center;
background-size: cover;
overflow-y: hidden;
}
.banner{
height: 50vh !important;
width: 80%;
}
.banner .content{
display: flex;
height: 100%;
width: 100%;
}
.text{
margin: auto;
color:rgb(252, 217, 212);
font-family: 'Molle', cursive;
display: flex;
flex-direction: column;
}
.text h3,h1{
font-size: 72px;
margin: auto;
text-shadow: 3px 3px rgb(247, 4, 126);
}
.text h3{
color: rgb(243, 194, 153);
text-shadow: 3px 3px rgb(241, 241, 241);
}
.countDownBanner{
display: flex;
height: 25vh;
justify-content: space-evenly;
align-items: center;
width: 80%;
margin-left:auto;
margin-right: auto;
}
.countDownBanner .countDown{
color: rgb(255, 231, 250);
font-size: 52px;
font-weight: bolder;
font-family: 'Alfa Slab One', cursive;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.countDownBanner h2{
margin:0px ;
}
.countDownBanner .tag{
font-size: 32px;
}