This example is using position
. There is a parent
<div>
with position
set to
relative
. There are some <div
or
<p>
elements inside this <div>
with
position
set to absolute
to position them around
the page. The yellow box is positioned separate from the text inside to show
this is working as expected.
100x100
100x300
100x500
300x300
500x100
500x300
500x500