HTML_/DieRobbe.html

77 lines
1.8 KiB
HTML
Raw Permalink 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 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>