Source code

Revision control

Copy as Markdown

Other Tools

<head>
<meta charset="utf-8" />
<style>
span {
font: 24px sans-serif;
line-height: 2;
color: lime;
background: lime;
}
br {
line-height: 0;
}
</style>
</head>
<body>
<h2>Box-Decoration-Break: Clone</h2>
<span>The</span><br />
<span>quick</span><br />
<span>orange fox</span>
<h2>Box-Decoration-Break: Slice</h2>
<span>The</span><br />
<span>quick</span><br />
<span>orange fox</span>
</body>
</html>