HTML_/DieEule.html

77 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!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>