-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (41 loc) · 739 Bytes
/
Copy pathstyle.css
File metadata and controls
48 lines (41 loc) · 739 Bytes
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
:root{
--headerH: 3em;
}
body {
margin: 0;
padding: 0;
background-image: url("./Img/bg.jpg");
background-size:cover;
background-repeat:no-repeat;
}
@font-face {
font-family: BoldFont ;
src:url(./Font/LINESeedSans_A_Bd.otf);
}
@font-face {
font-family: RegularFont ;
src:url(./Font/LINESeedSans_A_Rg.otf);
}
.header{
display: block;
width: 100%;
height:72px;
}
.name{
font-family:'BoldFont';
text-align: center;
font-size:3em;
padding-bottom: 0.5em;
}
#namescprt{
font-family:'RegularFont';
text-align: center;
transition: opacity 0.5s;
}
img{
padding: 2em;
display:block;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
}