blob: e5c0c9fcbf009e210b65ee5daed781c0baa1adf0 [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>