Files
uni-web-site/labs/lab3/CSS/style.css
2026-03-20 12:12:19 +10:00

12 lines
152 B
CSS

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