How can I make two elements overlap in CSS, e.g.
Content 1 Content 2
I would like the two con
the easiest way is to use position:absolute on both elements. You can absolutely position relative to the page, or you can absolutely position relative to a container div by setting the container div to position:relative
position:absolute
position:relative