Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style>
.a { display: flex; }
.a:after { content: 'a'; }
</style>
</head>
<body>
<div class="a"><div></div></div>
</body>
</html>