I am looking to add a link to an image in a CSS style sheet so it will navigate to the link when the image is pressed.
The code for the image itself is:
You don't add links to style sheets. They are for describing the style of the page. You would change your mark-up or add JavaScript to navigate when the image is clicked.
Based only on your style you would have: