| r815 vs r816 | ||
|---|---|---|
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 1 | 6 | {{{#!style |
| 2 | .button { | |
| 7 | .borderbutton { | |
| 3 | 8 | display:inline-block;padding:5px 10px;border:10px groove red |
| 4 | 9 | } |
| 5 | .button:hover { | |
| 10 | .borderbutton:hover { | |
| 6 | 11 | display:inline-block;padding:5px 10px;border:10px ridge red |
| 7 | 12 | } |
| 8 | 13 | }}} |
| 9 | 14 | |
| 10 | 15 | |
| 11 | 16 | |
| 12 | {{{#!wiki class="button" | |
| 17 | {{{#!wiki class="borderbutton" | |
| 13 | 18 | 버튼}}} |
| 14 | 19 | |
| 15 | 20 | |
| ... | ... |