Initial commit with existing project files

This commit is contained in:
2025-03-15 15:26:02 +01:00
parent bc9e47df7a
commit a2f6e98546
3 changed files with 150 additions and 1 deletions

31
style.css Executable file
View File

@@ -0,0 +1,31 @@
body {
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: 400;
}
table {
border-collapse: collapse;
width: 230px;
margin: 15px;
}
th {
border: 1px solid salmon;
background-color: salmon;
font-weight: 700;
color: white;
}
thead th {
background-color: lightcoral;
border-color: lightcoral;
}
td {
border: 1px solid black;
}
td, th {
padding: 5px 10px;
}