blob: d13352f6f6162cc83fc6f6ea65da5e2d2be09a13 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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>
|