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

View File

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