JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Clinometer, CO2 Messgeräte</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
</style>
</head>
<body>
<div id="box1">
<ueber>
<a href="http://bischop.bplaced.net/C/Clinometer/">Box1</a><br>
</ueber>
<p>
<a href="http://bischop.bplaced.net/C/Clinometer/"><img src="http://bischop.bplaced.net/Thermometer_Bilder_Landinpage/Clinometer.jpg"></a>
<p>
<div id="box"><a href="#">Beschreibung<span>Ein Neigungsmesser (auch Neigungswinkelmesser, Nivelliergerät, Klinometer (engl: Clinometer), Inklinometer) ist ein Messinstrument zum Messen der Steigung bzw. Winkelmessung im Bauwesen, in der Luftfahrt, Schifffahrt, im Militärwesen (Artillerie) sowie auch teilweise im Verkehrswesen. Ebenso lassen sich Höhen von Bäumen, Bauwerken, Masten, etc. indirekt ermitteln (Berechnung der Höhe aus Messentfernung und Vertikalwinkel mit Hilfe von Winkelfunktionen).</span></a></div>
</div>
<div id="box2">
<ueber>
<a href="http://bischop.bplaced.net/C/Clinometer/">Box2</a><br>
</ueber>
<p>
<a href="http://bischop.bplaced.net/C/Clinometer/"><img src="http://bischop.bplaced.net/Thermometer_Bilder_Landinpage/Clinometer.jpg"></a>
<p>
<div id="box"><a href="#">Beschreibung<span>Ein Neigungsmesser (auch Neigungswinkelmesser, Nivelliergerät, Klinometer (engl: Clinometer), Inklinometer) ist ein Messinstrument zum Messen der Steigung bzw. Winkelmessung im Bauwesen, in der Luftfahrt, Schifffahrt, im Militärwesen (Artillerie) sowie auch teilweise im Verkehrswesen. Ebenso lassen sich Höhen von Bäumen, Bauwerken, Masten, etc. indirekt ermitteln (Berechnung der Höhe aus Messentfernung und Vertikalwinkel mit Hilfe von Winkelfunktionen).</span></a></div>
</div>
<div id="box3">
<ueber>
<a href="http://bischop.bplaced.net/C/Clinometer/">Box3</a><br>
</ueber>
<p>
<a href="http://bischop.bplaced.net/C/Clinometer/"><img...
CSS
ueber
{
font-size:25px;
font-family:Arial,Tahoma,Verdana;
color:#333333;
font-style: normal;
font-weight: 400;
text-decoration: none;
}
sn
{
font-size:14px;
font-family:Arial,Tahoma,Verdana;
color:#333333;
font-style: normal;
font-weight: 400;
text-decoration: none;
}
#upper_boxes, #lower_boxes {
width: 100px;
}
#lower_boxes {
margin-top: 20px;
}
#box1 {
background: red;
float:left;
left:50px;
width:30%;
z-index:1;
max-width:250px;
}
#box2 {
background: blue;
float: left;
margin-left: 50px;
width:30%;
z-index:1;
max-width:250px;
}
#box3 {
background: yellow;
float: left;
margin-left: 50px;
width:30%;
z-index: 4;
max-width:250px;
}
#box4 {
background: black;
float: left;
width:30%;
z-index: 3;
max-width:250px;
}
#box
{
top: 50px;
left: 50px;
z-index: 5;
width: 210px;
}
#box a
{
color:#333333;
background:#666666;
font-family:Arial,Tahoma,Verdana;
text-decoration:none;
display:block;
padding:5px;
border:1px solid black;
}
#box a:hover
{
color:black;
background:#666666;
width:400px;
}
#box a span
{
display:none;
}
#box a:hover span
{
color:black;
background:#999999;
font-family:Arial,Tahoma,Verdana;
border:1px solid black;
display:block;
padding:10px;
}