사용자
o00o/연습장4(비교)
| r13 vs r14 | ||
|---|---|---|
| 1 | [목차] | |
| 2 | ||
| 3 | == tab2 == | |
| 4 | ||
| 1 | 5 | {{{#!style |
| 6 | table.tab2 > tbody > tr:nth-child(2) { display: none; } | |
| 7 | }}} | |
| 8 | ||
| 9 | ||<thead><sortable><tableclass=tab2> 버튼1 ||<sortable> 버튼2 || | |
| 10 | ||<nopad> 0 ||<nopad> 1 || ㅎㅇ || | |
| 11 | ||<nopad> 1 ||<nopad> 0 || ㅂㅇ || | |
| 12 | ||
| 13 | == tab1 == | |
| 14 | {{{#!style | |
| 2 | 15 | table.tab1 > tbody > tr:nth-child(2) { display: none; } |
| 3 | 16 | table.tab1 .hide { display: none; } |
| 4 | 17 | }}} |
| ... | ... | |
| 8 | 21 | ||<class=hide> 0 || 강화 || |
| 9 | 22 | |
| 10 | 23 | |
| 24 | == menu == | |
| 11 | 25 | |
| 12 | 26 | {{{#!style |
| 13 | 27 | table.menu > thead > tr { display: flex; gap: 5px; margin-bottom: 3px; } |
| ... | ... |