lab 5 done
This commit is contained in:
@@ -32,3 +32,25 @@ span:hover,.selected {
|
||||
background-color: blue;
|
||||
color:white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
svg {
|
||||
width: 800px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
svg path, line {
|
||||
fill: none;
|
||||
stroke: black;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
svg text {
|
||||
font: 8px Verdana;
|
||||
}
|
||||
|
||||
.bad-selection{
|
||||
color: red;
|
||||
border: solid thin red;
|
||||
}
|
||||
Reference in New Issue
Block a user