Footer links
-
Hello my footer links don’t work any i have no idea why, can someone look at the code and tell me what am i doing wrong? Thanks for your time!
HTML
<div class="footer"> <div class="footer-box-1"> <ul style="margin-top:0px;"> <li><a href="https://www.softwarereviewcenter.com/" title="Homepage">Home</a></li> <li><a href="https://www.softwarereviewcenter.com/about-us/" title="About Us">About Us</a></li> <li><a href="https://www.softwarereviewcenter.com/contact-us/" title="Contact Us">Contact Us</a></li> <li><a href="https://www.softwarereviewcenter.com/privacy-policy/" title="Privacy Policy">Privacy Policy</a></li> </ul> </div> <div class="footer-box-2">Footer 2</div> <div class="footer-box-3"><strong>Follow us on...</strong></div> </div>
CSS
.footer { width:890px; margin-top:10px; margin-bottom:10px; margin-left:auto; margin-right:auto; color:#FFFFFF; } .footer-box-1 { width:297px; float:left; } .footer-box-2 { width:297px; float:left; } .footer-box-3 { width:296px; float:left; } .footer a:link, a:visited { color:#FFFFFF; } .footer a:hover, { text-decoration:none; color:#FF0000; }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Footer links’ is closed to new replies.