Html – Align to right for h1 element to right not working
I can not get the title h1 element to be aligned to the right-side of page. html, body { height: 100%; margin: 0; font-family: Arial, sans-serif; } body { display: flex; flex-direction: column; } .title { margin: 20px; margin-bottom: 50px;…