mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
10 lines
321 B
HTML
10 lines
321 B
HTML
<!DOCTYPE HTML>
|
|
<title>multi-background-clip-content-border</title>
|
|
<style>
|
|
div { background-image: url(aqua-32x32.png),
|
|
url(green-16x20.png);
|
|
border: 20px solid transparent;
|
|
background-clip: content-box, border-box;
|
|
width: 100px; height: 100px; }
|
|
</style>
|
|
<div></div>
|