mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
375 B
HTML
11 lines
375 B
HTML
<!DOCTYPE HTML>
|
|
<title>multi-background-clip-content-border-ref</title>
|
|
<style>
|
|
div#outer { background-image: url(green-16x20.png);
|
|
width: 100px; height: 100px;
|
|
border: 20px solid transparent; }
|
|
div#inner { background-image: url(aqua-32x32.png);
|
|
width: 100%; height: 100%; }
|
|
</style>
|
|
<div id="outer"><div id="inner"></div></div>
|