-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponser.css
73 lines (60 loc) · 1.28 KB
/
sponser.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
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois&display=swap');
.thankyou{
font-family: 'Inter';
display: flex;
justify-content: center;
align-items: center;
padding: 1rem 0rem;
}
.bluebox{
background: #CBE2FD;
height: 11rem;
/* display: flex; */
/* justify-content: center; */
text-align: center;
font-family: Inter;
font-size: 1.10rem;
padding: 3rem;
}
.bluebox p{
color: #081A7A;
}
.super{
margin-top: 1rem;
}
.superheading{
display: flex;
justify-content: center;
font-family: inter;
color: #081A7A;
font-size: 2rem;
}
.sponsorCards:hover{
box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}
@media(max-width:1000px){
.thankyou{
font-family: 'Inter';
display: flex;
justify-content: center;
align-items: center;
padding: 1rem 0rem;
font-size: 1.25rem;
}
.bluebox{
background: #CBE2FD;
height: 10rem;
/* display: flex; */
/* justify-content: center; */
text-align: center;
font-family: Inter;
font-size: .83rem;
padding: 1.25rem;
}
.bluebox p{
color: #081A7A;
}
.sponsorCards:hover{
box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}
}