r1137 vs r1138
11
{{{#!style
2
test-button {
3
width:100px;height:100px;background-color:red
4
}
5
}}}
6
7
{{{#!wiki class="test-button"
8
}}}
9
10
11
{{{#!style
122
.layout-bg {
133
padding:10px;border-radius:7px;background-color:#ccc
144
}
......
5141
.number {
5242
vertical-align:middle;display:inline-block;padding:2px;margin:6px 0;width:60px;border-radius:3px;border:1px solid red;background-color:#fff;color:red;font-size:20px
5343
}
44
.toggle {
45
display:inline-block;border-radius:50%;border:1px solid green;height:20px;aspect-ratio:1/1;background:radial-gradient(closest-side, red 50%, blue 0)
46
}
5447
.df {
5548
display:flex
5649
}
......
6558
}
6659
}}}
6760
{{{#!wiki class="layout-bg"
61
{{{#!wiki class="toggle"
62
}}}
6863
69
7064
{{{#!wiki class="layout-25"
7165
{{{#!wiki class="header-0"
7266
{{{#!wiki class="header-1"
......