diff --git a/.DS_Store b/.DS_Store index 1ca9639..3f12876 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Resources/Zitrone.2.png b/Resources/Zitrone.2.png new file mode 100644 index 0000000..5d36a31 Binary files /dev/null and b/Resources/Zitrone.2.png differ diff --git a/Resources/Zitrone.jpg b/Resources/Zitrone.jpg new file mode 100644 index 0000000..68fd212 Binary files /dev/null and b/Resources/Zitrone.jpg differ diff --git "a/Resources/g\303\244nsebl\303\274mchen.jpeg" "b/Resources/g\303\244nsebl\303\274mchen.jpeg" new file mode 100644 index 0000000..c8fb391 Binary files /dev/null and "b/Resources/g\303\244nsebl\303\274mchen.jpeg" differ diff --git "a/Resources/g\303\244nsebl\303\274mchen2.png" "b/Resources/g\303\244nsebl\303\274mchen2.png" new file mode 100644 index 0000000..824d129 Binary files /dev/null and "b/Resources/g\303\244nsebl\303\274mchen2.png" differ diff --git "a/Resources/g\303\244nsebl\303\274mchen3.png" "b/Resources/g\303\244nsebl\303\274mchen3.png" new file mode 100644 index 0000000..048cb01 Binary files /dev/null and "b/Resources/g\303\244nsebl\303\274mchen3.png" differ diff --git "a/Resources/g\303\244nsebl\303\274mchen4.png" "b/Resources/g\303\244nsebl\303\274mchen4.png" new file mode 100644 index 0000000..69d5307 Binary files /dev/null and "b/Resources/g\303\244nsebl\303\274mchen4.png" differ diff --git a/Resources/zironen.gif b/Resources/zironen.gif new file mode 100644 index 0000000..850beea Binary files /dev/null and b/Resources/zironen.gif differ diff --git a/index.html b/index.html index 2091a5c..89f9481 100644 --- a/index.html +++ b/index.html @@ -4,31 +4,69 @@ - + -

- Hallo, ich bin Ginger +

+ Hallo, ich bin Mrs Lemon

- - Ginger cat + Ginger cat + Ginger cat + Ginger cat + Ginger cat + Ginger cat + + - -

- Ich bin eine Hauskatze. Ich habe weiches Fell und scharfe Krallen. Ich liebe: -

+
+ Ginger cat - - - +
+ + diff --git a/my_style.css b/my_style.css index 5eb2689..104b08e 100644 --- a/my_style.css +++ b/my_style.css @@ -9,25 +9,43 @@ h1 { text-align: center; } p { + text-align: center; margin-left: auto; margin-right: auto; - padding-left: 450px; + } ul{ display: block; list-style-position: inside; - margin-left: auto; - margin-right: auto; - padding-left: 450px; + margin-left: 200; + margin-right: 200; } .photo { - display:block; + text-align: center; margin-left: auto; margin-right: auto; max-height: 400px; width: auto; } +.photo1 { + text-align: center; + margin-left: auto; + margin-right: auto; + height: 400px; + width: 97px; +} +.photo2 { + margin-left: auto; + margin-right: auto; + height: 300px; + width: 300px; +} + +.container1{ + display: flex; + flex-direction: row; +}