You are on page 1of 2

<!

DOCTYPE html>
<html>

<head>
<title>Despre mine</title>
<style>
.titlu {
color: green;
font-size: 70px;
font-family: lucida calligraphy;
}

.sub-titlu {
color: blue;
margin-left: 40px;
font-style: italic;
font-family: lucida calligraphy;
}

.dimensiune-imagine {
height: 300px;
width: 400px;
}

.sectiune-img-preferate {
display: flex;
flex-direction: row;
}

</style>
</head>

<body>
<h1 class="titlu">Pasiunile mele</h1>
<hr>
<div>
<div>
<h3 class="sub-titlu">1.Imaginile mele preferate</h3>
<div class="sectiune-img-preferate">
<div>
<img class="dimensiune-imagine"
src="https://s1.cdn.autoevolution.com/images/news/e36-bmw-m3-analog-anthem-looks-
like-modernized-miami-vice-145625_1.jpg" alt="Pom">
<p>Imi place imaginea pentru ca...</p>
</div>
<div>
<img class="dimensiune-imagine"
src="https://frankfurt.apollo.olxcdn.com/v1/files/rnt7qkex74qy2-RO/
image;s=1000x700" alt="soare">
<p>Imi place imaginea pentru ca...</p>
</div>
<div>
<img class="dimensiune-imagine"
src="https://c.ndtvimg.com/2020-01/tvr3pq48_shawarma_120x90_21_January_20.jpg"
alt="apa">
<p>Imi place imaginea pentru ca</p>
</div>
</div>
</div>
<div>
<h3 class="sub-titlu">2.Muzica mea preferata</h3>
<div>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/cSl4EXoexdQ" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen></iframe>
<p>Imi place videoclipul pentru ca...</p>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-
VBnSaKLe84" frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Imi place videoclipul pentru ca...</p>
</div>
<div>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/lcxaO4AIsY4" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen></iframe>
<p>Imi place videoclipul pentru ca...</p>
</div>
</div>
<div>
<h3 class="sub-titlu">3.Jocurile mele preferate</h3>
<div>
<a href="https://store.steampowered.com/app/657200/Hand_Simulator/">
<img src="https://igg-games.com/wp-content/uploads/2018/12/Hand-
Simulator-Free-Download.jpg" alt="Minecraft">
</a>
<p>Imi place jocul pentru ca...</p>
</div>
<div>
<a href="https://store.steampowered.com/app/1413640/Gangster_Simulator/">
<img src="https://i.ytimg.com/vi/PqTg-b-NkbA/maxresdefault.jpg"
alt="Rayman">
</a>
<p>Imi place jocul pentru ca...</p>
</div>
<div>
<a href="https://www.ea.com/games/need-for-speed/need-for-speed-payback">
<img src="https://p1.hiclipart.com/preview/951/462/520/need-for-speed-
icon-nfs-png-icon.jpg" alt="Need for speed">
</a>
<p>Imi place jocul pentru ca...</p>
</div>
</div>
</div>
</body>

</html>

You might also like