I have been working on creating a website. You can find my JSFiddle here.
On my JSFiddle, you might notice a white gap above the black image labeled INSURANCE
, and another white gap below it. I've tried various solutions but haven't been able to fix this issue. Any ideas on how to resolve it?
Below is the HTML and CSS code snippet:
@font-face {
font-family: AvantGarde Demi;
src: url(AvantGarde Demi.woff);
}
@font-face {
font-family: AvantGarde;
src: url(AvantGarde.woff);
}
... (CSS code continues)
<html>
<head>
... (HTML code continues)
Could someone point out where I may have made an error?