<!-- *********** ◠◠ ****** **** * ◠◡◠ ** ** * ** ◡◡◠ ** * * * ◡◡ * * * * ◠◡◡◠ * * * ** * * * * ◡◡ ** ** * * ******* * * * ** * * * *** * * * ** * * * * ** * * ** * * ** * *** * **** * * * * ***** *** ** ** * * * *** * * * * * * ** * * ** * * ** * ** * ** * * * * *** * * * * * *** * * ** * * * * ** * * ****** * ***** ** ********** * *********** * * **** * **** ** * * ** * ** *** * ** * ** * March 17, 02021 Tywen Kelly --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>IPFS Haiku</title> <meta name="description" content="IPFS Haiku"> <meta name="author" content="Tywen Kelly"> <style> * { margin: 0; padding: 0; } body, html { height: 100%; } .sand { height: 40%; background-color: rgb(255, 239, 146); text-align: center; margin: 0 auto; padding: 10px; } .sea { height: 60%; background-image: linear-gradient(180deg, rgb(68, 0, 255), rgb(243, 148, 24)); text-align: center; } .sea span { margin: 0; position: absolute; bottom: 50%; left: 50%; transform: translate(-50%, 100%); color:rgb(255, 239, 146); font-size: large; } </style> </head> <body> <div class="sea"><span> <p>A permanent beach</p> <p>Peers sit shoulder to shoulder</p> <p>Sunset, the hash burns</p> </span> </div> <div class="sand"></div> </body> </html>