Input
Output
<!DOCTYPE html> <html lang="en"> <head> <style> div { position: fixed; top: 10px; left: 10px; background-color: lightblue; } </style> </head> <body> <div class="container"> <div >The position CSS property sets how an element is positioned in a document.</div> </div> </body> </html>