en.javascript.info/2-ui/3-event-details/4-mouse-drag-and-drop/ball4.view/style.css
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

13 lines
146 B
CSS

#gate {
cursor: pointer;
margin-bottom: 100px;
width: 83px;
height: 46px;
}
#ball {
cursor: pointer;
width: 40px;
height: 40px;
}