I currently have a border-top on my footer than spans the width of the screen, but I only want it to span 960px and be positioned in the center of the page. Here is a CodePen of what I have so far, here. I tried adding width to #footer and centering it...the width worked, but it did not center. I know this should be fairly simple. Thank you in advance!
I currently have a border-top on my footer than spans the width of the screen, but I only want it to span 960px and be positioned in the center of the page. Here is a CodePen of what I have so far, here. I tried adding width to #footer and centering it...the width worked, but it did not center. I know this should be fairly simple. Thank you in advance!
Here you go...
and add the center tag above the footer div
That did the trick! Thank you to both of you!