1
0

Designanpassungen

This commit is contained in:
Anna Christina Naß
2025-07-12 12:16:28 +02:00
parent 10dafd2bdb
commit 217b157bee
5 changed files with 81 additions and 33 deletions

25
css/plweb.css Normal file
View File

@@ -0,0 +1,25 @@
.gesamtergebnis {
display: inline-block;
border-radius: 50rem;
white-space: nowrap;
padding: 0.1em 0.5em;
}
.negativ {
border: 1px solid green;
background-color: lightgreen;
}
.positiv {
border: 1px solid maroon;
background-color: red;
}
.ungueltig {
border: 1px solid gray;
background-color: lightgray;
}
.ergebnistabelle {
border-spacing: 0.5em 3px;
border-collapse: separate;
}