fix due too requirements not being met
This commit is contained in:
Binary file not shown.
@@ -9,7 +9,6 @@
|
||||
<body>
|
||||
|
||||
<h1>Gruppen der Fußball-WM 2026</h1>
|
||||
|
||||
<div class="container">
|
||||
<div class="group-card">
|
||||
<table>
|
||||
|
||||
@@ -2,7 +2,7 @@ body {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
max-width: 800px;
|
||||
max-width: 1200px;
|
||||
margin: 40px auto;
|
||||
padding: 0 20px;
|
||||
background-color: #f9f9f9;
|
||||
@@ -13,16 +13,23 @@ h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
border-collapse: collapse;
|
||||
background: white;
|
||||
margin-bottom: 20px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid #ddd;
|
||||
padding: 12px;
|
||||
padding: 6px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user