js/8/style2.css

14 lines
192 B
CSS
Raw Permalink Normal View History

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