As the image shows. I have div
mother containing 5 div
vertically aligned.
How do I change the position of the last div contact
by positioning it between home
and services
without having to change the default HTML (simply using CSS or JS).
I tried to use position: relative
and position: absolute
and move div
to top
ownership. The problem is that by moving the element it overlaps the other (above).
What would be the solution to this case?