More about faride_shy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lea's Bio</title>
<link rel="stylesheet" href="styles.css"> <!-- Подключаем CSS -->
</head>
<body>
<div class="bio-container">
<h1 class="bio-title">🌟 This is Lea 🌟</h1>
<!-- Two Images Side by Side -->
<div class="image-container">
<img src="https://imagizer.imageshack.com/img924/7872/7FcK6Z.jpg" alt="Lea Photo 1" class="bio-image">
<img src="https://i.pinimg.com/736x/d4/a1/b9/d4a1b99326da8c16aebda1e680bcecb9.jpg" alt="Lea Photo 2" class="bio-image">
</div>
<p class="bio-description">
An 18-year-old law student with a passion for making the world a better place 🌍<br>
She has a deep love for animals 🐾 and nature 🌿, often finding peace and inspiration in the beauty of the natural world.<br>
As she embarks on her legal studies, she hopes to combine her passion for justice ⚖️ with her commitment to environmental protection.
</p>
<div class="tags-container">
<span class="tag">💖 Kind Heart</span>
<span class="tag">🌱 Eco-Friendly</span>
<span class="tag">🔥 Determined</span>
</div>
<p class="bio-footer">
Her kind heart and determination make her a true force for good 💫<br>
Join her journey and be inspired! ✨
</p>
</div>
</body>
</html>