r9 vs r10
......
99
font-size: 1px;
1010
line-height: 1px;
1111
}
12
}}}
13
14
{{{#!style
12
}}}{{{#!style
1513
.bent-line {
16
display: inline-block;
14
display: block;
1715
width: 10px;
1816
height: 10px;
1917
border-left: 1.5px solid #ced4da;
2018
border-bottom: 1.5px solid #ced4da;
2119
border-bottom-left-radius: 4px;
22
vertical-align: middle;
23
margin: 0 5px;
20
margin: -2px 0 5px 15px;
2421
}
25
}}}
26
27
{{{#!style
22
}}}{{{#!style
2823
.custom-container {
2924
display: inline-block;
3025
margin: 1px auto;
......
3631
text-align: center;
3732
box-sizing: border-box;
3833
}
39
}}}
34
}}}style과 본문 구분을 위한 텍스트입니다.
4035
41
style과 본문 구분을 위한 텍스트입니다.
42
4336
{{{#!wiki class="custom-container"
4437
내용 입력.
4538
}}}{{{#!wiki class="black-line"
4639
}}}{{{#!wiki class="custom-container"
4740
내용 입력.
4841
}}}
49
5042
{{{#!wiki class="bent-line"
5143
}}}
5244
......