-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (55 loc) · 1.07 KB
/
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
html{
height: 100%;
width: 100%;
font-family: mochiy-pop-p, sans-serif;
font-weight: 400;
font-style: normal;
padding:0;
}
body{
height: 100%;
width: 100%;
font-size: 450px;
background-color: #fff;
color: #0D1131;
margin: 0 auto;
text-align:center;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 480px) {
body{
font-size: 300px;
}
}
script{
/*position:absolute;*/
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
box-sizing: border-box;
margin: 0;
text-align: center;
z-index: 1;
}
.full {
position: relative;
width: 100%;
min-height: 100vh;
background: url(photos/card.png)
center / cover;
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
p{ /*test*/
position:absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
margin: 0;
text-align: center;
z-index:1;
}