Question
Link image in CSS
I have created a website using an online tutorial
The tutorial places an image in css and appears properly in the browser.
However, I want to make the image clickable, linking to my contact page and unaware of how to write the code within css to make this happen.
The is the code in css for the image
background: url('../../images/layout/free-consultation.png') center top no-repeat;
