HTML_/DerOtter.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>Der Otter</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: #48A0CD;
}
a:hover{
color: #b75f32;
}
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>Der Otter</b></h1>
<table
border="2"
border width="55%"
align="center"
cellpadding="8"
cellspacing="0"
>
<tr>
<td><b>Lebensraum</b></td>
<td>saubere, fischreiche Gewässer wie Flüsse, Bäche, Seen, Sümpfe, Flussmündungen und Meeresufer</td>
</tr>
<tr>
<td><b>Gewicht</b></td>
<td>7 - 12kg</td>
</tr>
<tr>
<td><b>Grösse</b></td>
<td>57 95cm</td>
</tr>
<tr>
<td><b>Höchstgeschwindigkeit</b></td>
<td>bis zu 14km/h</td>
</tr>
<tr>
<td><b>weitere Info</b></td>
<td><a href="https://de.wikipedia.org/wiki/Fischotter" target="_blank">der Otter</td>
</tr>
</table>
<p> </p>
<p class="imgzentriert">
<img src="https://image.geo.de/30422056/t/K1/v1/w1440/r0/-/otter-steine-s-1721862472-jpg--90788-.jpg" alt="Bildtext" border=3 height=632 width=1018>
</p>
</html>