js/8/style2.css
2025-03-22 10:32:54 -05:00

14 lines
205 B
CSS

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