forked from mga114/umg-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
111 lines (90 loc) · 1.65 KB
/
styles.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
102
103
104
105
106
107
108
109
110
111
body, html {
margin: 0;
max-width: 100%;
overflow-x: hidden;
font-size: calc(15px + 0.390625vw);
@media (min-width: 635px) {
font-size: calc(30px + 0.4vw);
}
}
@font-face {
font-family: nokiaCellphone;
src: url("src/nokiafc22.ttf");
}
h1, h5, h3 {
font-family: nokiaCellphone;
color: black;
}
h5 {
text-shadow: none;
font-style: italic;
}
.scrollableImage {
width: 180%;
padding: 0;
overflow-y: hidden;
height: 100vh;
object-fit: cover;
position: relative;
left: 0%;
}
.fullscreenStaticImage {
width: 250%;
padding: 0;
overflow-y: hidden;
height: 100vh;
object-fit: cover;
position:relative;
}
.logo {
position: absolute;
z-index: 1;
width: 100%;
top: 15vh;
text-shadow: 3px 3px white;
}
.imgButton, img {
width: 20vw;
}
.content{
text-shadow: 3px 3px white;
position: absolute;
top: 115%;
z-index: 1;
text-align: center;
width: 80%;
@media (min-width: 2000px) {
max-width: 40%;
}
@media (min-width: 1500px) {
max-width: 50%;
}
@media (min-width: 1000px) {
max-width: 60%;
}
@media (min-width: 750px) {
max-width: 70%;
}
@media (min-width: 500px) {
max-width: 80%;
}
}
p {
text-shadow: none;
font-family: nokiaCellphone;
color: black;
font-size: 0.5rem;
width: 60%;
@media (min-width: 1000px) {
max-width: 30%;
}
@media (min-width: 2000px) {
max-width: 30%;
}
@media (min-width: 750px) {
max-width: 70%;
}
@media (min-width: 500px) {
max-width: 80%;
}
}