13 lines
146 B
CSS
13 lines
146 B
CSS
|
|
#gate {
|
|
cursor: pointer;
|
|
margin-bottom: 100px;
|
|
width: 83px;
|
|
height: 46px;
|
|
}
|
|
|
|
#ball {
|
|
cursor: pointer;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|