-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (45 loc) · 877 Bytes
/
Copy pathstyle.css
File metadata and controls
51 lines (45 loc) · 877 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
49
50
51
#help{
padding: 10px 20px;
width: 90%;
background-color: #B6C5D9;
text-align: center;
border-radius: 10px;
font-size: 20px;
border-style: hidden;
text-decoration-line: none;
color: #ffffff;
font-weight: bold;
display: inline-block;
transition: background-color 1s;
margin-bottom: 5px;
}
#help:hover {
background-color: #2A3C54;
}
#logo{
height: auto;
width: 300px;
}
#detail{
color: #601212;
font-weight: bold;
font-size: 30px;
margin: 5px;
}
#detailx{
color: #601212;
font-style: italic;
font-size: 20px;
margin: 5px;
}
body {
margin-left: 10px;
margin-top: 20px;
background-color: #ffffff;
}
@font-face {
font-family: 'Pretendard-Regular';
src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}