en.javascript.info/7-animation/3-js-animation/1-animate-ball/source.view/style.css
2019-04-02 14:01:44 +03:00

10 lines
No EOL
136 B
CSS

#field {
height: 200px;
border-bottom: 3px black groove;
position: relative;
}
#ball {
position: absolute;
cursor: pointer;
}