farm
✨ WASUMADEE CHANGSAKOUN
<html> <head> <title>farmer by ice</title> <style> body { margin:0; background-color:#333; } #day { width:400px; height:200px; position: relative; background: wheat; margin: auto; margin-top: calc(50vh - 200px); } #opp { width:100px; height:100px; position: relative; background: pink; margin: auto; } #oooo { width:250px; height:250px; position: relative; background: white; margin: auto; } </style> </head> <body> <div id=day></div> <div id=opp></div> <div id=oooo></div> </body> </html>