본문으로 건너뛰기
사용자

o00o/연습장4(비교)

r13 vs r14
1
[목차]
2
3
== tab2 ==
4
15
{{{#!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
215
table.tab1 > tbody > tr:nth-child(2) { display: none; }
316
table.tab1 .hide { display: none; }
417
}}}
......
821
||<class=hide> 0 || 강화 ||
922
1023
24
== menu ==
1125
1226
{{{#!style
1327
table.menu > thead > tr { display: flex; gap: 5px; margin-bottom: 3px; }
......