-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 1.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eric`s Recapaufgabe</title>
</head>
<body>
<header>
<h1> Mein erster Recap Day</h1>
</header>
<main>
<article class="Eintrag lila">
<img src="images/beach.jpeg" class="a">
<p class="b"> Veröffentlicht: 21.04.2021</p>
<div class="c">
<img src="https://i.pravatar.cc/100" class="img-eins">
<p>Lian</p>
</div>
<div class="d">
<p> Reisen</p>
</div>
<section class="e">
<h2> Die besten Reisetipps für den Sommer</h2>
<p> Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sed necessitatibus, labore quos natus
libero odio iste, veniam debitis fugit aspernatur non velit totam nobis ex animi repellat in vel?
Pariatur.</p>
</section>
<button class="f eins">Lesen</button>
</article>
<article class="Eintrag orange">
<img src="https://picsum.photos/400" class="a">
<p class="b"> Veröffentlicht: 22.04.2021</p>
<div class="c">
<img src="https://i.pravatar.cc/110" class="img-zwei">
<p>Railey</p>
</div>
<div class="d tag">
<p> Lifestyle</p>
<p> Tips</p>
</div>
<section class="e">
<h2> So wird 2025 dein Jahr</h2>
<p> Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sed necessitatibus, labore quos natus
libero odio iste, veniam debitis fugit aspernatur non velit totam nobis ex animi repellat in vel?
Pariatur.</p>
</section>
<button class="f zwei">Lesen</button>
</article>
</main>
</body>
</html>