<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Love</title>
</head>
<body>
<h4><a href="" target="_blank" style="font-size: larger; color: white; text-decoration: none;">J 💗 I</a></h4>
<div class="flip">
<div class="front" style="background-image: url(images/One.png)">
<h1 class="text-shadow">Hi ❤️</hi>
</div>
<div class="back">
<p>I try to pretend I’m just a friend when in all I dream about is you.</p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(images/Two.png)">
<h1 class="text-shadow">Hello 😊</hi>
</div>
<div class="back">
<p>Why am I so afraid to lose you when you are not even mine.</p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(images/Three.png)">
<h1 class="text-shadow">Umm 😳</hi>
</div>
<div class="back">
<p>I’m not sure of anything but I’m certain that I loved you with a depth that stars cannot understand.</p>
</div>
</div>
<br>
<br>
<div class="flip flip-vertical">
<div class="front" style="background-image: url(images/Four.png)">
<h1 class="text-shadow">I </hi>
</div>
<div class="back">
<p>I just need you and some sunsets.</p>
</div>
</div>
<div class="flip flip-vertical">
<div class="front" style="background-image: url(images/Five.png)">
<h1 class="text-shadow">Love ❤️</hi>
</div>
<div class="back">
<p>I always hope you’re looking at me while I’m looking away.</p>
</div>
</div>
<div class="flip flip-vertical">
<div class="front" style="background-image: url(images/Six.png)">
<h1 class="text-shadow">You</hi>
</div>
<div class="back">
<p>I dream about you in colors that don’t exist.</p>
</div>
</div>
<script src="./script.js"></script>
</body>
</html>
Top comments (0)