-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (59 loc) · 2.09 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
<html>
<head>
<link rel="stylesheet" href="my_style.css">
</head>
<body style="background-color: rgb(150, 47, 240)">
<h1 style=" background-color:rgb(150, 47, 240); color: rgb(255, 251, 0)">
Hallo, ich bin Mrs Lemon
</h1>
<div class="inLinePics">
<img
src="Resources/Rabbit_1.jpg"
alt="Ginger cat"
class="photo">
<img
src="Resources/gänseblümchen2.png"
alt="Ginger cat"
class="photo">
<img
src="Resources/Rabbit_1.jpg"
alt="Ginger cat"
class="photo">
<img
src="Resources/Zitrone.2.png"
alt="Ginger cat"
class="photo">
<img
src="Resources/Rabbit_1.jpg"
alt="Ginger cat"
class="photo">
<img
src="Resources/gänseblümchen4.png"
alt="Ginger cat"
class="photo1">
</div>
<div class="container1">
<img
src="Resources/zironen.gif"
alt="Ginger cat"
class="photo2">
<div class="container2">
<p style="background-color:rgb(150, 47, 240); color:rgb(244, 246, 98); font-size: 30px;">
<b>!</b> Ich bin sehr 💛liebenswert💛 und brauche <b>SEHR</b> viel Aufmerksamkeit <b>!</b></p>
<p style="background-color:rgb(150, 47, 240); color: rgb(255, 240, 0);font-size: 20px; text-align: center;">
Ich bin ein Häschen. Ich habe weiches Fell und eine schicke Sonnenbrille. Ich liebe:
</p>
<ul style="background-color:rgb(150, 47, 240); color: rgb(248, 240, 0);font-size: 20px;">
<li>Gänseblümchen essen🌼</li>
<li>Zitronen essen🍋✨</li>
<li>spielen🥎</li>
<li>viel schlafen💤</li>
</div>
<img
src="Resources/zironen.gif"
alt="Ginger cat"
class="photo2">
</ul>
</div>
</body>
</html>