nicenote/docs/fea/css/demos/demo10/index.less
2021-09-08 18:26:08 +08:00

15 lines
228 B
Plaintext

.box {
width: 500px;
height: 500px;
position: relative;
overflow: hidden;
background: #ccc;
}
.ball {
width: 10px;
height: 10px;
border-radius: 5px;
position: absolute;
background: red;
}