blob: 93e5cfccf0e082627baae304cae4e6d2601f26d7 [file] [log] [blame]
<style>
.flex { display:flex; }
.host::before { display:inline-block; content:'On the same'; }
.host::after { display:inline-block; content:'line'; color:green; }
</style>
<div class=flex>
<div class=host> </div>
</div>