사용자
flyant(비교)
| r1548 vs r1549 | ||
|---|---|---|
| 1 | 1 | {{{#!style |
| 2 | 2 | .num-button-0 {display:flex;width:40px;height:40px;border:1px solid red;background:#000;cursor:pointer} |
| 3 | .num-button-0:active {background: | |
| 3 | .num-button-0:hover {background:gray} | |
| 4 | .num-button-0:active {background:red} | |
| 4 | 5 | |
| 5 | 6 | .num-button-1 {display:inline-block;margin:5px;width:40px;height:40px;border:1px solid green;background:#000;cursor:pointer} |
| 6 | 7 | .num-button-1:active {background:gray} |
| ... | ... |