-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathustyle.css
More file actions
107 lines (97 loc) · 1.92 KB
/
Copy pathustyle.css
File metadata and controls
107 lines (97 loc) · 1.92 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.select1 {
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;
position: fixed;
margin: 0 auto;
bottom: 10px;
}
.select2:hover {
background-color: #2A3C54;
}
.select2 {
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;
position: fixed;
margin: 0 auto;
bottom: 70px;
}
.select1:hover {
background-color: #2A3C54;
}
.confirm {
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 0.5s;
position: fixed;
margin: 0 auto;
bottom: 10px;
}
.confirm:hover {
background-color: #2A3C54;
}
.end {
padding: 10px 20px;
width: 90%;
background-color: #ff2499;
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 0.5s;
position: fixed;
margin: 0 auto;
bottom: 10px;
}
.end:hover{
background-color: #290008;
}
.bimg{
border-radius: 5px;
margin: 10px;
height: 140px;
margin-bottom: -20px;
}
body {
margin: 20px;
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;
}