position: relative;

keep space setting around it intact

This div element has position: relative;





Exported from Notepad++
<!DOCTYPE html> <html><head><style> div.relative { position: relative; left: 30px; top: 30px; border: 3px solid #73AD21; } </style></head><body> <h2>position: relative;</h2> <p>keep space setting around it intact</p> <div class="relative"> This div element has position: relative; </div></body></html>