In the following scenario, where two elements are structured like this:
<main style="display:flex; align-items: center;">
<div>1</div>
<div>2</div>
</main>
Is there a way to adjust the position of div 2
by moving it up 5px
relative to its current position?