The Simple Web (Copy 12619)
✨ MyDiary MyLife
<!DOCTYPE html> <html> <head> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Redressed&display=swap" rel="stylesheet"> <style> *{ margin: 10; padding: 5; } body { background: url(https://i.pinimg.com/originals/99/b9/25/99b92539c09f67a563ac62ba705577e9.gif); } .patrick{ height: 700px; position: flixed; } h1 { font-family: 'Redressed', cursive; color: #fff; } .heart { position: flixed; left: 10px; margin-left: 10px; margin-right: 10px; margin-bottom: 200px; animation: mun 2s infinite alternate linear; } @keyframes mun{ from{ transform: rotateY(0deg); } to{ transform: rotateY(360deg); } } </style> </head> <body bgcolor="green"><center> <h1>PATRICK I LOVE YOU MY SON</h1> <img class="heart" src="http://www.clker.com/cliparts/5/H/k/W/F/F/green-heart-md.png"> <img class="patrick" src="https://media.discordapp.net/attachments/892267785244254229/941776420047290389/FLStdXxaUAMCM3E.png"> <img class="heart" src="http://www.clker.com/cliparts/5/H/k/W/F/F/green-heart-md.png"> </body> </html>