Skip to content
Snippets Groups Projects
Commit 3106b8f4 authored by Lea Heidelin's avatar Lea Heidelin
Browse files

Update 2 files

- /style.css
- /index.html
parent e2210764
No related branches found
No related tags found
No related merge requests found
Pipeline #36968 passed
......@@ -77,8 +77,7 @@
</tr>
<tr data-befund="4">
<td>111111</td>
<td>Beispiel Osnabrück</td>
<td>el Osnabrück</td>
<td>Dominikus Böhm</td>
<td>JAHR</td>
<td>Stahlskelettbau mit Klinkerfassade</td>
......
......@@ -54,17 +54,12 @@ table th:last-child, table td:last-child {
/* Stil für das Bild */
.karte-container {
flex: 1; /* Flexbox: Das Bild nimmt den verfügbaren Platz ein */
max-width: 50%; /* Maximale Breite des Bildcontainers */
background-color: #f0f0f0; /* Hintergrundfarbe für das Bild */
padding: 20px; /* Innenabstand des Containers */
box-sizing: border-box; /* Box-Modell auf border-box einstellen */
padding: 20px;
overflow= hidden;
flex= 1;
border-right: 1px solid #ccc;
}
.karte-container img {
width: 100%; /* Volle Breite des Bildcontainers */
height: auto; /* Automatische Höhe für das Bild */
}
/* Stil für die Tabelle */
.tabelle-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment