Answers for "Make the cursor appear as a crosshair on all links of the web page:"

CSS
0

Make the cursor appear as a crosshair on all links of the web page:

a {
      cursor: crosshair;
}
Posted by: Guest on September-22-2021

Code answers related to "Make the cursor appear as a crosshair on all links of the web page:"

Browse Popular Code Answers by Language