-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetaverse.css
77 lines (66 loc) · 1.1 KB
/
metaverse.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
.carousel-img {
height: 600px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.carousel-img:after {
content:"";
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background:rgba(0,0,0,0.1);
}
.carousel-item h5 {
text-shadow: 2px 2px #000;
font-size: 32px;
}
.carousel-item p {
font-size: 24px;
}
.text-shadow {
text-shadow: 2px 2px #000;
}
.card {
border: none;
overflow: hidden;
}
.card-img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 0;
min-height: 300px;
}
@media (max-width: 1399px) {
.card-img {
min-height: 355px;
}
}
@media (max-width: 1199px) {
#press img {
height: 35px;
}
.card-img {
min-height: 375px;
}
}
#metaguard {
min-height: 800px;
background-image: url('img/metaguard-half.png');
background-size: cover;
background-position: right;
background-repeat: no-repeat;
}
#metaguard .container {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.text-justify {
text-align: justify;
}