I've been struggling to design a footer for my class website project. The problem is that the footer either overlaps the borders of the site or the text inside the footer goes under the border. I've tested several different footers, but none seem to work the way I want them to.
html {
background-color:silver;
border:9px black solid;
margin:0px; padding:0px; width:auto; height:auto;
}
This CSS code creates the border. If you need more information, feel free to ask!