Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
.negMargin { margin-right: -50px; }
.flex { display: flex; }
</style>
<div class="flex">
<div class="flex" style="width: 30px">
<div class="negMargin">a</div>
</div>
</div>