<!doctype html> <html> <head> <meta charset="utf-8"> <title>I don't hate you</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @font-face { font-family: "OleoScriptSwashCaps-Regular"; src: url("../fonts/OleoScriptSwashCaps-Regular.ttf"); } @font-face { font-family: "Tangerine-Regular"; src: url("../fonts/Tangerine-Regular.ttf"); } @font-face { font-family: "OpenSans-Italic"; src: url("../fonts/OpenSans-Italic.ttf"); } html, body { min-width: 100%; min-height: 100%; } body { font-family: "OleoScriptSwashCaps-Regular"; font-size: 80px; font-size: 13.3vw; margin: 0; padding: 0; background-color: #000000; background: -webkit-linear-gradient(bottom, #8EF4A1, #9FEDFF); background: -moz-linear-gradient(bottom, #8EF4A1, #9FEDFF); background: linear-gradient(bottom, #8EF4A1, #9FEDFF); background-repeat: no-repeat; } .card { max-width: 1080px; margin: auto; padding: 0px 15px; position: relative; transform-origin: top; zoom: 0.6; } p, h1, img { margin: 0; } p { padding: 40px 0; font-family: "Tangerine-Regular"; font-size: 100px; font-size: 16.6vw; } h1 { font-weight: normal; color: #450F45; padding-left: 180px; margin-top: -70px; font-size: 80px; font-size: 13.3vw; } img { display: block; width: 100%; height: auto; padding: 10px 0; } .poop { margin-left: auto; margin-top: -20px; } .from { font-family: "OpenSans-Italic"; margin-left: 60%; font-size: 30px; font-size: 5vw; margin-top: -40px; } .text-content { text-align: center; margin-top: -20px; font-size: 80px; font-size: 13.3vw; } .mrup { margin-top: -85px; margin-left: 60%; } .cc { max-width: 40%; position: absolute; left: 50px; bottom: 20px; } </style> </head> <body> <section class="card"> <img src="../images/banana_bird.png" alt="Banana Bird"> <h1 id="adv_h1">Arca,</h1> <p id="adv_p1" class="text-content">I don't hate you.</p> <p id="adv_p2" class="from">With mild contempt,</p> <p id="adv_p3" class="from mrup">Banana Bird</p> <img src="../images/banana_poop.png" class="poop"> <img src="../images/promoLogo.png" alt="Erase all kitten" class="cc"> </section> </body> </html>