Kapitel 10 fertig

This commit is contained in:
2026-03-15 15:20:11 +00:00
parent c0433bb3c3
commit 47d635d888
3 changed files with 59 additions and 6 deletions

View File

@@ -168,6 +168,16 @@ body {
margin: 10px auto 20px auto;
border-collapse: collapse;
page-break-inside: avoid;
border-radius: 8px;
box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
background-color: #f0f0f0;
}
/* Verschachtelte Tabellen (Untertabellen) */
table table {
margin: 5px;
border-radius: 4px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
tbody {
@@ -180,11 +190,12 @@ body {
td, th {
padding-right: 10px;
border: thin solid;
}
th {
text-align: left;
border-bottom: thin solid;
font-size: 1.1em;
}
/* Quizzes */
@@ -262,6 +273,8 @@ body {
table caption {
text-align: center;
font-size: 5em;
font-weight: bold;
}
figure.code figcaption {