Doodle3D-Slicer/example/main.css

22 lines
180 B
CSS
Raw Normal View History

2016-10-13 16:33:40 +02:00
* {
margin: 0;
padding: 0;
}
#container {
position: relative;
}
#container, svg {
width: 100%;
height: 100%;
}
svg, input {
position: absolute;
}
input {
width: 100%;
}