lmgtfy/dist/index.css

11 lines
130 B
CSS
Raw Normal View History

2023-01-26 06:24:30 +00:00
#cursor {
position: absolute;
top: 0;
left: 0;
}
#message {
transition-property: opacity;
transition-duration: 0.3s;
}