-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
101 lines (91 loc) · 1.52 KB
/
main.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
92
93
94
95
96
97
98
99
100
101
body {
background-color: white;
overflow: hidden;
width: 100%;
height: 100%;
}
h1 {
color: #6f6f6f;
letter-spacing: 1px;
font-family: 'Open Sans Condensed';
font-size: 10vmin;
text-indent: 14%;
}
h2 {
position: fixed;
color: #6f6f6f;
letter-spacing: 1px;
font-family: 'Open Sans Condensed';
font-size: 3vmin;
left:50%;
transform:translateX(-50%);
bottom: 0;
}
#logo {
position: fixed;
margin-left: -10%;
max-width: 14%;
max-height: 14%;
width: auto;
height: auto;
}
#gp {
position: fixed;
max-height: 16%;
max-width: 16%;
width: auto;
height: auto;
left: 80%;
}
#easel {
left: 50%;
transform:translateX(-50%);
position: absolute;
z-index: -1;
max-width: 20%;
max-height: 60%;
width: auto;
height: auto;
}
#card-info {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
font-family: 'Roboto Condensed', sans-serif;
font-size: 4vmin;
text-overflow: ellipsis;
max-height: 1.3em;
line-height: 1.3em;
word-wrap: break-word;
background-color: white;
padding: 3%;
}
#card {
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
left: 41%;
margin-top: 5px;
max-width: 18%;
max-height: 45%;
width: auto;
height: auto;
background: white;
border-style: solid;
border-color: gray;
border-width: 1px;
z-index: 0;
background-color: white;
overflow: hidden;
background: no-repeat;
background-image: url(img/final.jpg);
background-size: 100%;
background-color: white;
}
#container {
position: relative;
width: 100%;
padding-bottom: 50.5%;
z-index: 0;
max-height: 45%;
}