js/8/style2.css
2024-10-23 11:14:14 -05:00

14 lines
192 B
CSS

li {
cursor: crosshair;
}
li:hover {
text-decoration: underline;
}
#box {
position: fixed;
left: 0px;
top: 0px;
width: 10px;
height: 10px;
background-color: hotpink;
}