19 lines
256 B
CSS
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;
|
|
} |