Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<style>
#target::before {
content: 'content';
}
</style>
<div id='target'></div>
</html>