update
This commit is contained in:
parent
8dabfc174f
commit
d1f41705e8
47
stranky/Formular.html
Normal file
47
stranky/Formular.html
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Game</th>
|
||||||
|
<th>Code</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Grand Theft Auto V</td>
|
||||||
|
<td>GTA5</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Grand Theft Auto V</td>
|
||||||
|
<td>GTA5</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Grand Theft Auto V</td>
|
||||||
|
<td>GTA5</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Grand Theft Auto V</td>
|
||||||
|
<td>GTA5</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Fortnite</td>
|
||||||
|
<td>FTN</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>League of Legends</td>
|
||||||
|
<td>LOL</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Grand Theft Auto V</td>
|
||||||
|
<td>GTA5</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Grand Theft Auto V</td>
|
||||||
|
<td>GTA5</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Grand Theft Auto V</td>
|
||||||
|
<td>GTA5</td>
|
||||||
|
</tr>
|
||||||
|
<!-- Add more rows as needed -->
|
||||||
|
</tbody>
|
||||||
|
</table>
|
38
styly/Formular.css
Normal file
38
styly/Formular.css
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 600px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 20px;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
padding: 8px;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
background-color: #007bff;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr:nth-child(even) {
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user