Is there a method to rearrange the order of two divs without using the bootstrap library?
<div class='parent'>
<div class='child-1'>Abc..</div>
<div class='child-2'>Xyz..</div>
</div>
I need child 2 to be displayed above child 1 on mobile devices.