| r7 vs r8 | ||
|---|---|---|
| 1 | 1 | {{{#!style |
| 2 | .black-line { | |
| 3 | display: inline-block; | |
| 4 | width: 10px; | |
| 5 | height: 1px; | |
| 6 | min-height: 1px; | |
| 7 | background-color: #ced4da; | |
| 8 | margin: 5px auto; | |
| 9 | font-size: 1px; | |
| 10 | line-height: 1px; | |
| 11 | } | |
| 12 | }}} | |
| 13 | {{{#!style | |
| 2 | 14 | .custom-container { |
| 3 | 15 | display: inline-block; |
| 4 | 16 | margin: 1px auto; |
| 5 | 17 | padding: 5px 10px; |
| 6 | border: 1.5px solid #e | |
| 18 | border: 1.5px solid #ced4da; | |
| 7 | 19 | border-radius: 10px; |
| 8 | 20 | background-color: transparent; |
| 9 | 21 | color: #000; |
| ... | ... | |
| 14 | 26 | |
| 15 | 27 | {{{#!wiki class="custom-container" |
| 16 | 28 | 내용 입력. |
| 17 | }}} {{{#!wiki class="custom-container" | |
| 29 | }}}{{{#!wiki class="black-line" | |
| 30 | }}}{{{#!wiki class="custom-container" | |
| 18 | 31 | 내용 입력. |
| 19 | 32 | }}} |
| 20 | 33 | |
| ... | ... |