Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Psychpsyo" href="mailto:psychpsyo@gmail.com">
<style>
span {
border: 10px solid magenta;
padding: 10px;
margin: 10px;
line-height: 200px;
box-decoration-break: clone;
}
div {
border: solid cyan;
line-height: initial;
width: 200px;
}
</style>
<span>inline before split</span>
<div>There should be no magenta around this.</div>
<span>inline after split</span>