-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (61 loc) · 2.67 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<html>
<head>
<link rel="stylesheet" href="my_style.css">
</head>
<body style="background-color: rgb(25, 128, 157)">
<h1 style=" color: yellow;font-size: 50px;">
🦴🐶Hallo, ich bin Beni 🐶🦴
</h1>
<img
src=" https://sachkundenachweis-hunde.de/wp-content/uploads/2024/02/spanischer-wasserhund.jpg"
alt="hund3"
class="photo"/>
<p style="color:white; font-size: 25px"> Beni <br>
</p>
<p style=" color: black; font-size: 30px">
Ich bin ein Malteser und habe weiches, weißes Fell. Ich liebe es...
</p>
<img
src="https://hello-hund.de/wp-content/uploads/2022/08/West-Highland-White-Terrier-1024x576.jpg"
alt="Hund"
style="border:10px white dotted"
class="photo"/>
<ul style=" color: aliceblue;font-size: 30px">
<li>an Knochen zu knabbern</li>
<li>zu spielen</li>
<li>viel zu schlafen</li>
<li>Gassi zu gehen</li>
<li>gestreichelt zu werden</li>
</ul>
<div style="display: flex; justify-content: center;">
<img
src="https://www.deutsche-familienversicherung.de/fileadmin/_processed_/0/1/csm_malteser_fd4905518a.jpg"
alt="Hund2"
style="border:10px black dotted"
class="photo1"/>
<img
src="https://sachkundenachweis-hunde.de/wp-content/uploads/2024/02/bologneser.jpg"
alt="Hund2"
style="border:10px black dotted"
class="photo1"/>
</div>
<p style="color: black; font-size: 40px">
Steckbrief über mich🐾:</p>
<ul style="color: white; font-size:30px">
<li>Alter: 2 Jahre</li>
<li>Besitzer: Lena Meier</li>
<li>Rasse: <a href="https://de.wikipedia.org/wiki/Malteser_(Hunderasse)" target="_blank"> Malteser</a></li>
<li>Gewicht: 4kg</li>
<li>Adresse: Kronweg 20a</li>
<li>Telefonnummer: +49 123 456 7890</li>
</ul>
<div style="display: flex; justify-content: center;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/XAUHUos1jQg?si=SETzHb894v9BeAWn&start=7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<marquee width="100%" direction="right"scrollamount="10
">
<p style="color: yellow; font-size: 20px; margin-left: 1000px;">
von Charlotte⭐️, Jelena🐝 und Johanna🔅
</p></marquee>
</body>
</html>