Yes you can. For footer the class is container-footer.
If the footer style is different than the topbar style, copy the css for .container-topbar and rename it to .container-footer.
If both containers have the same style you can...
(Notice the comma)
If the footer style is different than the topbar style, copy the css for .container-topbar and rename it to .container-footer.
If both containers have the same style you can...
(Notice the comma)
Code:
.container-topbar,.container-footer { display: grid; gap: 1em; grid-template-columns: repeat(auto-fit, minmax(200px,1fr));}
Statistics: Posted by Mr. Wimpy — Tue Dec 10, 2024 2:32 pm