1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="container" style="border-width: 10px; padding: 50px" >surrounding <span id="rel" style="left: 50%; top: 50%;" >position relative</span> text</div> </body> </html>