-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtop.css
More file actions
59 lines (51 loc) · 1 KB
/
Copy pathtop.css
File metadata and controls
59 lines (51 loc) · 1 KB
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
@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');
body,html{
height: 100%;
margin: 0 auto;
letter-spacing: 2px;
font-size: 13px;
}
div{
box-sizing: border-box;
color: cornsilk;
font-size: 5rem;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 5%;
}
.para{
-webkit-text-stroke: 1px #000;
background-image: url('./img/umi.jpg');
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-family: 'Covered By Your Grace', cursive;
}
.content{
font-size: 3rem;
background-color: #111;
}
.title{
font-size: 3rem;
background-color: #111;
display: block;
}
.b-lab{
font-size: 3rem;
background-color: #111;
display: block;
}
.port{
font-size: 3rem;
background-color: #111;
display: block;
}
.study{
height: 100%;
font-size: 3rem;
background-color: #111;
display: block;
}