forked from tmrt-kjsce/TMRT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.css
66 lines (59 loc) · 1.24 KB
/
sponsors.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
body, html {
height: 100%;
font: 400 15px Lato, sans-serif;
line-height: 1.8;
color: #818181;
}
.wrapper {
height: 100%;
width: 100%;
background: url('thank_you.jpg') no-repeat;
background-position: center center;
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-size: cover;
background-color: #999;
}
.message {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
/*height:45%;*/
bottom: 0;
display: block;
position: absolute;
background-color: rgba(0,0,0,0.6);
color: #fff;
padding: 0.5em;
}
.message>p{
font-family: 'Shadows Into Light', cursive;
font-size: 1.6em;
}
#becomeSponsor{
margin-top: 10px;
background-color: #00264d;
color: #fff;
margin: auto;
}
#becomeSponsor:hover{
background-color: #fff;
color: #00264d;
}
#center{
margin-top: 10px;
display: flex;
align-items: center;
justify-content: center;
}
#logos img {
width: 100%;
margin-bottom: 30px;
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
transition: 0.2s ease-in-out;
opacity:0.5;
}
#logos img:hover {
opacity:1;
}