Welcome to CODEBOX! (Copy 2060)
✨ นางสาวยมลพร เชิดบำรุง
<html> <head> <title>Let's Start </title> <style> body{ background:hsl(190,50%,70%); margin:1em; font-family:sans-serif; } .floor1{ position:absolute; top:100%; left:100%; ; background-size:cover; } /* .el{ display:inline-block; background:#f008; height:100px; width:20%; padding:10px; box-sizing:border-box; border:3px solid #f008; } */ </style> </head> <body> <div class="floor1"><img src="https://cdn.discordapp.com/attachments/750001431230152824/809364039481294898/Pngtreegrass_woods_1737507.png"></div> </div> </body> </html>