Align the first div on the same height with the second div, the first div should be placed closest to the left and the second closeste to the right
In the container div I need to have the two sub divs placed at the same height. The first div (Total elements) should be anchored closest to the left of the page and the second div (The button) closest to the right. <div class="p-grid p-dir-col"> <div class="p-col"> <div class="p-grid p-justify-between"> Test </div> </div> </div> **<div… Read More Align the first div on the same height with the second div, the first div should be placed closest to the left and the second closeste to the right