new examples, needed to compress these for uploading

This commit is contained in:
2026-04-20 12:54:23 +02:00
parent 00fae82fb7
commit 2c48db1dd3
4 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
body {
font-family: sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 40px auto;
padding: 0 20px;
background-color: #f9f9f9;
}
h1 {
color: #000;
text-align: center;
}
table {
width: 100%;
border-collapse: collapse;
background: white;
margin-bottom: 20px;
}
th, td {
border: 1px solid #ddd;
padding: 12px;
text-align: left;
}
th {
background-color: #eee;
font-weight: bold;
}
tr:hover {
background-color: #f1f1f1;
}