paragraph element not take up space code example
Example: how to make a relative div not take up space
.div
{
position: relative;
bottom: 36px; /* position the div */
float: right; /* you can choose left or right */
}
/* i hope this helped ^^ */