Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
div {
display: block;
}
div::before {
content: "Should appear";
}
</style>
<div></div>