This commit is contained in:
2025-05-19 23:40:43 +02:00
parent ac65de5c3d
commit 52b1da2fe6
2 changed files with 18 additions and 16 deletions

View File

@@ -26,7 +26,7 @@
--accent-light: #3b82f6; /* Indigo500 */
--code-bg: #f1f5f9;
--code-border: #e2e8f0;
--radius: 0.75rem;
--radius: 0.25rem;
--gap: 2rem;
--shadow: 0 4px 16px rgba(0,0,0,.08);
font-size: 16px;
@@ -66,8 +66,10 @@
.container {
display: flex;
flex-wrap: wrap;
height: 100%;
width: 100%;
height: 98%;
width: 98%;
margin-left: 1%;
margin-right: 1%;
}
#bereich-a {

View File

@@ -13,10 +13,10 @@
<div class="container">
<div id="bereich-a">
<div class="top">
<input type="text" placeholder="A 1" />
<input type="text" placeholder="B 2" />
<input type="text" placeholder="C 3" />
<input type="text" placeholder="D 4" />
<input type="text" placeholder="Suchfeld" />
<input type="text" placeholder="Amt" />
<input type="text" placeholder="Raum" />
<input type="text" placeholder="Gebäude" />
</div>
<div class="bottom">
<table>
@@ -31,13 +31,13 @@
</colgroup>
<thead>
<tr>
<th>Spalte 1</th>
<th>Spalte 2</th>
<th>Spalte 3</th>
<th>Spalte 4</th>
<th>Spalte 5</th>
<th>Spalte 6</th>
<th>Spalte 7</th>
<th>Name</th>
<th>Telefon</th>
<th>Mobil</th>
<th>Homeoffice</th>
<th>Amt</th>
<th>Raum</th>
<th>Gebäude</th>
</tr>
</thead>
<tbody>
@@ -65,7 +65,7 @@
</div>
<div id="bereich-b">
<div class="top">
<input type="text" placeholder="E 5" />
<input type="text" placeholder="Stichwort" />
</div>
<div class="bottom">
<table>
@@ -74,7 +74,7 @@
</colgroup>
<thead>
<tr>
<th>Spalte 1</th>
<th>Stichwort</th>
</tr>
</thead>
<tbody>