-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (65 loc) · 973 Bytes
/
style.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
html, body {
height: 100%;
margin: 0;
overflow: hidden;
}
.wrapper {
height: 100vh;
width: 133vh;
display: inline-block;
position: relative;
margin: 0;
overflow: hidden;
background-image: url("images/poker_background.jpg");
background-size: 100% 100%;
}
.wrapper:after {
padding-top: 75%;
display: block;
content: '';
}
.full-container {
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: 0;
position: absolute;
}
img.full {
max-width: 60%;
bottom: 0;
right: 0;
left: 0;
height: auto;
top: 0;
opacity: 0.4;
position: fixed;
}
.container {
height: 100%;
position: relative;
z-index: 2;
display: block;
text-align: center;
top: 55%;
color: white;
}
h2 {
position: relative;
font-size: 70px;
margin-bottom: 30px;
/* 7vw is good, but dodsn't work */
}
.btn {
cursor: pointer;
color: black;
position: relative;
display: inline-block;
}
form {
position: relative;
display: inline-block;
margin-right: 10px;
padding: 0 5px;
}