-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcategory.css
More file actions
52 lines (45 loc) · 846 Bytes
/
category.css
File metadata and controls
52 lines (45 loc) · 846 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
52
@font-face {
font-family: "Myanmar-Khyay";
src: url("./assets/font/Myanmar-Khyay.ttf.woff") format("woff");
font-weight: normal;
font-style: normal;
}
body {
background-color: #545454;
}
.title {
margin-left: 520px;
}
#transaction_title {
font-family: "Myanmar-Khyay";
color: white;
font-size: 30px;
}
#monthForm {
margin-left: 240px;
width: 150px;
font-family: "Myanmar-Khyay";
margin-top: -30px;
}
.accountForm {
position: absolute;
top: 85%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center; /* 수평 가운데 정렬 */
background-color: #333333;
width: 700px;
padding-top: 150px;
padding-bottom: 150px;
margin-top: 30px;
border-radius: 15px;
}
.category_result {
width: 600px;
margin-left: 300px;
}
.content {
width: 550px;
margin-left: 400px;
}