Here’s a tip (really a reminder for myself) to be able to style the home page differently from the other pages, for example having a special background color or image for the home page.
body { background-color: #000000; } body.home { background-color: #ffffff; }
Leave a Reply