r672 vs r673
11
{{{#!style
2
.t {
3
width:150px;height:150px;overflow:hidden;
4
}
5
.tt {
6
width:500px;height:500px;margin: -90% -155%;
7
}
8
.tt:hover {
9
border:5px solid red
10
}
11
}}}
212
13
{{{#!wiki class="t"
14
{{{#!wiki class="tt"
15
[[파일:해킹범.webp|width=100%]]}}}}}}
16
17
18
19
20
21
22
{{{#!style
23
324
.my-table {
425
526
border-radius: 16px; overflow:hidden;
......
2445
2546
}}}
2647
48
{{{#!wiki style="width:100%;height:100%;overflow: hidden"
49
{{{#!wiki style="width:500px;height:500px;margin: -90% -155%"
50
[[파일:해킹범.webp|width=100%]]}}}}}}
2751
52
53
2854
{{{#!wiki style="width:150px;height:150px;overflow: hidden"
2955
{{{#!wiki style="width:500px;height:500px;margin: -90% -155%"
3056
[[파일:해킹범.webp|width=100%]]}}}}}}
......