Files
uni-web-site/labs/lab3/CSS/style.css
2026-03-20 17:34:07 +10:00

19 lines
256 B
CSS

svg {
width: 800px;
height: 400px;
}
svg text {
font: 8px Verdana;
}
svg path, line {
fill: none;
stroke: #333333;
width: 1px;
}
.error{
color:red;
background-color: black;
font-weight: bolder;
width: min-content;
}