Dateien hochladen nach „“

main
Nikolas Mittelstaedt 2022-07-17 20:24:42 +02:00
parent 4c855ee503
commit 1453a779e4
2 changed files with 154 additions and 0 deletions

77
DieEule.html Normal file
View File

@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>Die Eule</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@400;600&display=swap" rel="stylesheet">
<style>
h1{
text-align: center;
text-decoration: underline;
font-family: Cormorant SC;
}
body{
background-color: #860EA4;
}
a:hover{
color: #79f15b;
}
tr:nth-child(odd){
background-color: #CAC4C4;
}
tr:nth-child(even){
background-color: #E2DDDD;
}
td{
font-size: 0.5cm;
}
.imgzentriert{
text-align: center;
}
</style>
<h1><b>Die Eule</b></h1>
<table
border="2"
border width="45%"
align="center"
cellpadding="8"
cellspacing="0"
>
<tr>
<td><b>Lebensraum</b></td>
<td>Wälder, Parks, Friedhöfe, Gärten gern in Höhlen alter Bäume</td>
</tr>
<tr>
<td><b>Gewicht</b></td>
<td>bis zu mehr als 4kg</td>
</tr>
<tr>
<td><b>Grösse</b></td>
<td>bis zu 70cm</td>
</tr>
<tr>
<td><b>Höchstgeschwindigkeit</b></td>
<td>50 - 80km/h</td>
</tr>
<tr>
<td><b>weitere Info</b></td>
<td><a href="https://de.wikipedia.org/wiki/Eulen" target="_blank">die Eule</td>
</tr>
</table>
<p> </p>
<p class="imgzentriert">
<img src="https://niedersachsen.nabu.de/imperia/md/nabu/images/arten/tiere/voegel/eulen/161011-nabu-raufusskaeuze-ingrid-marquardt2.jpeg" alt="Bildtext" border=3 height=632 width=1018>
</p>
</html>

77
DieRobbe.html Normal file
View File

@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>Die Robbe</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@400;600&display=swap" rel="stylesheet">
<style>
h1{
text-align: center;
text-decoration: underline;
font-family: Cormorant SC;
}
body{
background-color: #2A639C;
}
a:hover{
color: #d59c63;
}
tr:nth-child(odd){
background-color: #CAC4C4;
}
tr:nth-child(even){
background-color: #E2DDDD;
}
td{
font-size: 0.5cm;
}
.imgzentriert{
text-align: center;
}
</style>
<h1><b>Die Robbe</b></h1>
<table
border="2"
border width="45%"
align="center"
cellpadding="8"
cellspacing="0"
>
<tr>
<td><b>Lebensraum</b></td>
<td>in polaren und subpolaren Breiten wie die Arktis und Antarktis</td>
</tr>
<tr>
<td><b>Gewicht</b></td>
<td>150kg</td>
</tr>
<tr>
<td><b>Grösse</b></td>
<td>2 - 2.5m</td>
</tr>
<tr>
<td><b>Höchstgeschwindigkeit</b></td>
<td>bis zu mehr als 30km/h</td>
</tr>
<tr>
<td><b>weitere Info</b></td>
<td><a href="https://de.wikipedia.org/wiki/Robben#:~:text=Die%20Robben%20(Pinnipedia)%20sind%20ein,Fuß%27%2C%20bedeutet%20Flossenfüßer." target="_blank">die Robbe</td>
</tr>
</table>
<p> </p>
<p class="imgzentriert">
<img src="https://rp-online.de/imgs/32/8/7/4/3/2/9/4/5/tok_7073005f02fe20fb67d6290721864cb3/w1200_h747_x598_y373_RP_87432959_2047846649_RGB_190_1_1_d093edb23fc027fe09d92c95cee429f1_1595593110_2047846649_eb3931b07f-5a0f22b401d99762.jpg" alt="Bildtext" border=3 height=632 width=1018>
</p>
</html>