Doodle3D-Slicer/example/main.css

22 lines
203 B
CSS
Raw Normal View History

2016-10-13 16:33:40 +02:00
* {
2017-05-13 14:48:48 +02:00
margin: 0;
padding: 0;
2016-10-13 16:33:40 +02:00
}
#container {
2017-05-13 14:48:48 +02:00
position: relative;
2016-10-13 16:33:40 +02:00
}
#container, svg {
2017-05-13 14:48:48 +02:00
width: 100%;
height: 100%;
2016-10-13 16:33:40 +02:00
}
2017-05-14 12:57:55 +02:00
svg, #controls {
2017-05-13 14:48:48 +02:00
position: absolute;
2016-10-13 16:33:40 +02:00
}
2017-05-14 12:57:55 +02:00
input[type=range] {
2017-05-13 14:48:48 +02:00
width: 100%;
2016-10-13 16:33:40 +02:00
}