Doodle3D-Slicer/example/main.css
2017-06-22 13:21:19 +02:00

22 lines
187 B
CSS

* {
margin: 0;
padding: 0;
}
#container {
position: relative;
}
#container, svg {
width: 100%;
height: 100%;
}
svg, input {
position: absolute;
}
input {
width: 100%;
}