You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
212 B
CSS
17 lines
212 B
CSS
2 years ago
|
body{
|
||
|
background: #fff5e6;
|
||
|
}
|
||
|
|
||
|
#svgElement
|
||
|
{
|
||
|
border: 1px solid;
|
||
|
margin-top: 4px;
|
||
|
margin-left: 4px;
|
||
|
cursor: default;
|
||
|
}
|
||
|
#divSmoothingFactor
|
||
|
{
|
||
|
position: absolute;
|
||
|
left: 14px;
|
||
|
top: 12px;
|
||
|
}
|