result.css
494 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
body {
text-align: center;
}
.table {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 75%;
}
.container {
text-align: center;
}
.sum {
display: inline-block;
font-weight: bold;
margin-right: 10px;
}
.alert {
text-align: center;
width: 75%;
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.divide {
border: dotted 1px gray;
width: 75%;
}
body {
font-family: 'Noto Sans KR', sans-serif;
}