본문으로 건너뛰기
사용자

flyant(비교)

r1610 vs r1611
11
{{{#!if EUbgcolor = 'gray', EUstarcolor = 'red'
22
}}}{{{#!style
33
.EU-star {color:red;width:25px;height:25px;background:conic-gradient(from -18deg at 61.23% 34.55%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 54deg at 68.16% 55.9%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 126deg at 50% 69.1%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 198deg at 31.84% 55.9%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 270deg at 38.77% 34.55%, @EUbgcolor@ 108deg, transparent 0deg), linear-gradient(@EUstarcolor@, @EUstarcolor@)}
4
.EU-bg {display:flex;width:300px;height:200px;background:green}
4
.EU-bg {width:300px;height:200px;background:green}
55
}}}
66
77
88
{{{#!wiki class="EU-bg"
9
{{{#!wiki style="width:100px;height:100px;background:pink"
9
{{{#!wiki style="float:left;display:flex;justify-content:end;align-items:end;width:100px;height:100px;background:pink"
1010
{{{#!wiki class="EU-star"
11
}}}
1211
}}}}}}
12
}}}
1313
1414
1515
......