Skip to content

Commit

Permalink
awesome work by girls of group3
Browse files Browse the repository at this point in the history
  • Loading branch information
girlsday-group3 committed Apr 25, 2024
1 parent ee2a133 commit 6a05a0c
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 22 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Resources/Zitrone.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Zitrone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/gänseblümchen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/gänseblümchen2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/gänseblümchen3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/gänseblümchen4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/zironen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 55 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,69 @@
</head>


<body style="background-color:white white">
<body style="background-color: rgb(150, 47, 240)">

<h1 style=" background-color:white; color: aliceblue;">
Hallo, ich bin Ginger
<h1 style=" background-color:rgb(150, 47, 240); color: rgb(255, 251, 0)">
Hallo, ich bin Mrs Lemon
</h1>


<img
src="Resources/Cat_2.jpg"
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">




<p style="background-color:white; color: aliceblue;">
Ich bin eine Hauskatze. Ich habe weiches Fell und scharfe Krallen. Ich liebe:
</p>
<div class="container1">
<img
src="Resources/zironen.gif"
alt="Ginger cat"
class="photo2">


<ul style="background-color:white; color: aliceblue;">
<li>Mäuse jagen</li>
<li>Iss mein Essen und meine Leckereien</li>
<li>spielen</li>
<li>viel schlafen</li>
<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>
28 changes: 23 additions & 5 deletions my_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 6a05a0c

Please sign in to comment.