-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmation.css
85 lines (73 loc) · 1.62 KB
/
confirmation.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
* {
box-sizing: border-box;
/* outline:1px solid ;*/
}
body {
background: #ffffff;
background: linear-gradient(to bottom, #ffffff 0%, #e1e8ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e8ed', GradientType=0);
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}
.wrapper-1 {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
height: initial;
max-width: 620px;
margin: 0 auto;
margin-top: 50px;
box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
.wrapper-2 {
padding: 30px;
text-align: center;
}
h1 {
font-family: 'Kaushan Script', cursive;
font-size: 4em;
letter-spacing: 3px;
color: #5892FF;
margin: 0;
margin-bottom: 20px;
}
.wrapper-2 p {
margin: 0;
font-size: 1.3em;
color: #aaa;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing: 1px;
}
.go-home {
color: #fff;
background: #5892FF;
border: none;
padding: 10px 50px;
border-radius: 30px;
text-transform: capitalize;
box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like {
margin-top: auto;
background: #D7E6FE;
padding: 6px;
text-align: center;
}
.footer-like p {
margin: 0;
padding: 4px;
color: #5892FF;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing: 1px;
}
.footer-like p a {
text-decoration: none;
color: #5892FF;
font-weight: 600;
}
h1 {
font-size: 4.5em;
}