-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.php
66 lines (64 loc) · 1.59 KB
/
thanks.php
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
<style>
<style>
.thankyou-wrapper{
width:100%;
height:auto;
margin:auto;
background:#ffffff;
padding:10px 0px 50px;
}
.thankyou-wrapper h1{
font:100px Arial, Helvetica, sans-serif;
text-align:center;
color:#333333;
padding:0px 10px 10px;
}
.thankyou-wrapper p{
font:26px Arial, Helvetica, sans-serif;
text-align:center;
color:#333333;
padding:5px 10px 10px;
}
.thankyou-wrapper a{
font:26px Arial, Helvetica, sans-serif;
text-align:center;
color:#ffffff;
display:block;
text-decoration:none;
width:250px;
background:#E47425;
margin:10px auto 0px;
padding:15px 20px 15px;
border-bottom:5px solid #F96700;
}
.thankyou-wrapper a:hover{
font:26px Arial, Helvetica, sans-serif;
text-align:center;
color:#ffffff;
display:block;
text-decoration:none;
width:250px;
background:#F96700;
margin:10px auto 0px;
padding:15px 20px 15px;
border-bottom:5px solid #F96700;
}
</style>
</style>
<link href="assets/img/favicon.png" rel="icon">
<title>EXE</title>
<section class="login-main-wrapper">
<div class="main-container">
<div class="login-process">
<div class="login-main-container">
<div class="thankyou-wrapper">
<h1><img src="http://montco.happeningmag.com/wp-content/uploads/2014/11/thankyou.png" alt="thanks" /></h1>
<p>vous êtes le meilleur</p>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
</div>
<div class="clr"></div>
</div>
</section>