lab3 p2 step5

This commit is contained in:
2026-03-20 12:12:19 +10:00
parent 1121944fb1
commit c368e1eef8
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
svg {
width: 800px;
height: 400px;
}
svg text {
font: 8px Verdana;
}
svg path, line {
fill: none;
stroke: #333333;
width: 1px;
}