<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main>
<section class="wish">Wish you happiness every day</section>
<section class="svg">
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 24 24">
<rect width="24" height="24" fill="none"/>
<path fill="currentColor" d="m12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z"/>
</svg>
</section>
</main>
<footer>
<p>Made with ❤️ by the programming society</p>
<p>Image source: <a href="https://icon-sets.iconify.design/mdi/">Iconify MDI</a></p>
</footer>
</body>
</html>
index.html
style.css