The Footer
COMPONENT SELECTOR GUIDE
The Footer
Relevant CSS Selectors
CSS Selector(s) | HTML Element | Picture of Element (the blue area highlights the element; the green area highlights the element's padding; the orange area highlights the element's margin) |
---|---|---|
#footer-sections | The footer element at the bottom of every page. | |
#footer-sections p a, #footer-sections h4 a, #footer-sections h3 a, #footer-sections h2 a, #footer-sections h1 a, #footer-sections .collectionlink-title a |
All text and content links inside of the footer. |
HTML Structure Explanation
This selector to refers to the <footer> element that at the bottom of every page. It has an id attribute of “footer-sections”.