-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
54 lines (48 loc) · 906 Bytes
/
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
body, html {
height: 100%;
margin: 0;
padding: 0;
font-family: 'DogicaBold';
}
.description {
position: fixed;
background-color: #00000031;
color: white;
padding: 8px 8px;
bottom: 2rem;
text-align: center;
font-family: 'DogicaRegular';
font-size: 0.7rem;
}
a {
color: white;
/* -webkit-text-stroke: 1px gray; */
font-family: 'DogicaBold';
text-decoration-line: none;
}
a:before {
content: "「";
}
a:after {
content: "」";
}
h1 {
font-size: 9vw;
text-shadow: rgba(0,0,0, 0.3) 6px 3px 0px;
-webkit-text-stroke: 1px black;
}
.page {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: white;
height: 100%;
width: 100%;
line-height: 2;
background-repeat: repeat;
transition-property: background-image;
transition-delay: 1s;
transition-duration: 0.5s;
transition-timing-function: ease-in-out;
}