<html> <head> <style> html, body { margin: 0; } section { position: absolute; background: rgb(255, 0, 0); width: 30px; height: 30px; top: 30px; left: 30px; } </style> </head> <body> <section></section> </body> </html>