본문으로 건너뛰기
사용자

flyant(비교)

r1548 vs r1549
11
{{{#!style
22
.num-button-0 {display:flex;width:40px;height:40px;border:1px solid red;background:#000;cursor:pointer}
3
.num-button-0:active {background:gray}
3
.num-button-0:hover {background:gray}
4
.num-button-0:active {background:red}
45
56
.num-button-1 {display:inline-block;margin:5px;width:40px;height:40px;border:1px solid green;background:#000;cursor:pointer}
67
.num-button-1:active {background:gray}
......