lmgtfy/index.css
2021-10-24 22:41:37 -04:00

11 lines
130 B
CSS

#cursor {
position: absolute;
top: 0;
left: 0;
}
#message {
transition-property: opacity;
transition-duration: 0.3s;
}