CSS Z-indexTryit: Using positioning and z-indexRun ❯ Get your own website Result Size: 785 x 1414 <!DOCTYPE html> img { position: absolute; left: 0px; top: 0px; z-index: -1; } This is a heading Because the image has a z-index of -1, it will be placed...
Use CSS Flexbox. https://css-tricks.com/snippets/css/a-guide-to-flexbox/ https://www.w3schools.com/css/css3_flexbox.asp Or if you have Bootstrap for layout, version 4 or higher uses flexbox instead of floats. Nancy O'Shea— Product User, Community Expert & Moderator Votes 1 Upv...