blob: b5d5519e33aca5b3b00547f41178659b10adc32c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
span {
display: inline-block;
width: 100px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<div>
<p>background-image with with hide/show embedded :target CSS</p>
<span></span>
<span></span>
<span></span>
</div>
</body>
</html>