12 lines
152 B
CSS
12 lines
152 B
CSS
svg {
|
|
width: 800px;
|
|
height: 400px;
|
|
}
|
|
svg text {
|
|
font: 8px Verdana;
|
|
}
|
|
svg path, line {
|
|
fill: none;
|
|
stroke: #333333;
|
|
width: 1px;
|
|
} |