blob: 5ec7e7f0411f703a53267918aeb05004d184a495 [file] [log] [blame]
<!-- Blend a background image and a background color specifying background-size: cover -->
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
background: #777777;
width: 200px;
height: 200px;
margin: 10px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>