diff --git a/JereZoo/Picture/1653505005766,asiatischer-loewe-wilhelma-100~_v-16x9@2dL_-6c42aff4e68b43c7868c3240d3ebfa29867457da.avif b/JereZoo/Picture/1653505005766,asiatischer-loewe-wilhelma-100~_v-16x9@2dL_-6c42aff4e68b43c7868c3240d3ebfa29867457da.avif
new file mode 100644
index 0000000..7cf85c0
Binary files /dev/null and b/JereZoo/Picture/1653505005766,asiatischer-loewe-wilhelma-100~_v-16x9@2dL_-6c42aff4e68b43c7868c3240d3ebfa29867457da.avif differ
diff --git a/JereZoo/Picture/1670853862237,tiere-im-zoo-teaser-reihe-100~_v-16x9@2dL_-6c42aff4e68b43c7868c3240d3ebfa29867457da.jpg b/JereZoo/Picture/1670853862237,tiere-im-zoo-teaser-reihe-100~_v-16x9@2dL_-6c42aff4e68b43c7868c3240d3ebfa29867457da.jpg
new file mode 100644
index 0000000..ef8ddb5
Binary files /dev/null and b/JereZoo/Picture/1670853862237,tiere-im-zoo-teaser-reihe-100~_v-16x9@2dL_-6c42aff4e68b43c7868c3240d3ebfa29867457da.jpg differ
diff --git a/JereZoo/Picture/575cff76-0001-0004-0000-000000997598_w960_r1.778_fpx66.72_fpy44.99.jpg b/JereZoo/Picture/575cff76-0001-0004-0000-000000997598_w960_r1.778_fpx66.72_fpy44.99.jpg
new file mode 100644
index 0000000..9f72cac
Binary files /dev/null and b/JereZoo/Picture/575cff76-0001-0004-0000-000000997598_w960_r1.778_fpx66.72_fpy44.99.jpg differ
diff --git a/JereZoo/Picture/Original_WW1113726_webklein.jpg b/JereZoo/Picture/Original_WW1113726_webklein.jpg
new file mode 100644
index 0000000..481a011
Binary files /dev/null and b/JereZoo/Picture/Original_WW1113726_webklein.jpg differ
diff --git a/JereZoo/Picture/background.jpg b/JereZoo/Picture/background.jpg
new file mode 100644
index 0000000..4a97d3b
Binary files /dev/null and b/JereZoo/Picture/background.jpg differ
diff --git a/JereZoo/css/layout.css b/JereZoo/css/layout.css
index 51711f0..59338ca 100644
--- a/JereZoo/css/layout.css
+++ b/JereZoo/css/layout.css
@@ -7,19 +7,26 @@ body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
+ background-image: url('../Picture/background.jpg');
+ background-size: cover;
+ background-position: center;
+ text-align: center;
+ color:rgb(96, 74, 45);
}
header, footer {
- background-color: #333;
- color: #fff;
+ background-color: rgb(255, 172, 70);
+ color:rgb(161, 116, 58);
text-align: center;
padding: 20px 0;
}
section {
padding: 20px;
- margin-bottom: 20px;
- background-color: #f9f9f9;
+ margin: 20px auto;
+ max-width: 800px;
+ background-color: rgba(255, 195, 122, 0.8);
+
}
h2 {
@@ -32,7 +39,7 @@ table {
}
table, th, td {
- border: 1px solid #ccc;
+ border: 1px solid #000000;
padding: 10px;
}
diff --git a/JereZoo/index.html b/JereZoo/index.html
index 95bdfb5..4f1e981 100644
--- a/JereZoo/index.html
+++ b/JereZoo/index.html
@@ -23,7 +23,10 @@