lab 5 done

This commit is contained in:
2026-04-10 11:34:16 +10:00
parent 88721a25cd
commit 084d3ed9ca
5 changed files with 239 additions and 22 deletions

View File

@@ -32,3 +32,25 @@ span:hover,.selected {
background-color: blue;
color:white;
}
svg {
width: 800px;
height: 400px;
}
svg path, line {
fill: none;
stroke: black;
width: 1px;
}
svg text {
font: 8px Verdana;
}
.bad-selection{
color: red;
border: solid thin red;
}