<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>You have driven me towards the precipice of insanity</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @font-face { font-family: "Tangerine-Regular"; src: url("../fonts/Tangerine-Regular.ttf"); } @font-face { font-family: "OpenSans-Regular"; src: url("../fonts/OpenSans-Regular.ttf"); } html, body { min-width: 100%; min-height: 100%; } body { font-family: "Tangerine-Regular"; font-size: 70px; font-size: 11.6vw; margin: 0; padding: 0; background-image: -webkit-linear-gradient(top, #FCE0FB, #FEBDFF); background-image: -moz-linear-gradient(top, #FCE0FB, #FEBDFF); background-image: linear-gradient(top, #FCE0FB, #FEBDFF); } .card { max-width: 1080px; margin: auto; padding: 60px; padding: 10vw; position: relative; zoom: 0.6; transform-origin: top; } img { display: block; margin: -30px auto 0; width: 100%; height: auto; } h1 { color: #000; font-weight: normal; text-align: center; margin-top: 20px; margin-top: 3.2vw; font-size: 90px; font-size: 15vw; padding-left: 10%; padding-right: 10%; line-height: 110px; } p { font-family: "OpenSans-Regular"; font-size: 30px; font-size: 5vw; text-align: left; margin: 10px 0; font-style: italic; line-height: 25px; } .wish { margin-top: -50px; padding-left: 60%; } .name { padding-left: 60%; } .to { font-family: "OpenSans-Regular"; font-size: 30px; font-size: 5vw; text-align: left; font-style: normal; padding-left: 10%; } .mrup { margin-top: -8%; } .cc { max-width: 40%; position: absolute; bottom: 80px; left: 50px; } </style> </head> <body> <section class="card"> <p id="adv_p1" class="to">Princess Dave,</p> <h1 id="adv_h1">You have driven me towards</h1> <h1 id="adv_h2" class="mrup">the precipice of insanity</h1> <p id="adv_p2" class="wish">Desist at once.</p> <img src="../images/valentineCards_card08.png" alt="You have driven me towards the precipice of insanity"> <img src="../images/promoLogo.png" alt="Erase all kitten" class="cc"> </section> </body> </html>