blob: 5c70bcdb517004c0f6c3359cb7b6db2eff4d4dd1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.colored {
background-color: yellow;
padding: 16px;
}
</style>
</head>
<div><span>AB</span><span class="colored"></span></div>
</body>
</html>