mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-18 09:46:59 +08:00
18 lines
225 B
CSS
18 lines
225 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background: transparent;
|
|
cursor: crosshair;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#picker {
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 120px;
|
|
box-sizing: border-box;
|
|
}
|