blob: 1b10dae1b76dd0934988991b08b5080a14df20c1 [file] [log] [blame]
<html>
<head>
<style type="text/css">
.green {
width: 100px;
height: 100px;
background-color: green;
padding: 10px;
-webkit-background-clip: text;
}
.blue {
width: 50px;
height: 50px;
background-color: blue;
}
</style>
</head>
<body>
<div class="green">
<div class="blue">
</div>
</div>
</body>
</html>