r814 vs r815
1
{{{#!wiki style="display:inline-block;padding:5px 10px;border:10px ridge red"
1
{{{#!style
2
.button {
3
display:inline-block;padding:5px 10px;border:10px groove red
4
}
5
.button:hover {
6
display:inline-block;padding:5px 10px;border:10px ridge red
7
}
8
}}}
9
10
11
12
{{{#!wiki class="button"
213
버튼}}}
314
415
......