-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththankyou.css
91 lines (81 loc) · 1.65 KB
/
thankyou.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
body {
background-image: linear-gradient(to bottom right, rgb(49 46 129) 0%, black 100%);
font-family: sans-serif;
padding-left: 10%;
padding-right: 10%;
height: 100vh;
}
.container {
font-size: 2em;
display: flex;
background: white;
width:100%;
align-content: center;
justify-content: center;
max-height: 5rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
.middle {
padding-left: 0px;
padding-right: 0px;
font-size: 1rem;
font-weight: 600;
color: black;
width: 70%;
text-align: center;
}
.img_config_1 {
margin-left: 0px;
max-height: 100%;
max-width: 5rem;
}
.img_config_2 {
margin-right: 0px;
max-height: 100%;
max-width: 5rem;
}
#markquee_1 {
color: white;
margin-top: 0.5rem;
margin-left: 20%;
margin-right: 20%;
text-align: center;
width: 60%;
}
/*----------------------*/
/* styling for thank you page */
#thank-you {
background-color: white;
margin: auto;
color: black;
text-align: center;
max-width: 70%;
margin-top: 10%;
padding: 2rem;
border-radius: 1rem;
}
#home-btn {
background-color: rgb(49 46 129);
color: white;
border-width: 2px;
border-style: solid;
border-color: rgb(49 46 129);
border-radius: 7px;
cursor: pointer;
font-size: 1.125rem;
line-height: 1.75rem;
min-width: 6em;
min-height: 2rem;
}
#home-btn:hover {
cursor: pointer;
/*box-shadow: 0 0.4rem 1.4rem 0 rgb(49 46 129);*/
transition: transform 100ms;
transform: scale(1.03);
}
#verified-logo {
width: 100px;
height: 100px;
margin: auto;
}