For anybody that's done UI/style changes to their site before, is there anyway of doing that in a modular way? ie having one page you edit the style of, and it applies to other pages of that same style- or creating something like a navigation bar, and editing that one bar will update it across other pages of your site? Feel like theres a more efficient way to do that than how I've been lol
I use this code for my site! It's a javascript code that injects a header, aside and footer to your pages, and you can specify which pages you don't want it to appear on: https://petrapixel.neocities.org/coding/layout-base-code
Oh also, If you're not already, set up some variables for your colours! You can assign hexcodes names in your stylesheet, and then call them later using that name. That way, if you update that colour, it'll change the colour of everything with that variable name to match! https://www.w3schools.com/css/css3_variables.asp
@rabbitnet oooo thank you so much for sending these!! Definitely will give these a look into tonight. (funny enough it was seeing your posts in my feed for updating your own page's layout that made me think about it, combined with really admiring your site's own aesthetics <3
I use this code for my site! It's a javascript code that injects a header, aside and footer to your pages, and you can specify which pages you don't want it to appear on: https://petrapixel.neocities.org/coding/layout-base-code
Oh also, If you're not already, set up some variables for your colours! You can assign hexcodes names in your stylesheet, and then call them later using that name. That way, if you update that colour, it'll change the colour of everything with that variable name to match! https://www.w3schools.com/css/css3_variables.asp
@rabbitnet oooo thank you so much for sending these!! Definitely will give these a look into tonight. (funny enough it was seeing your posts in my feed for updating your own page's layout that made me think about it, combined with really admiring your site's own aesthetics <3
Aww thanks!! I hope you find the links helpful. Best of luck with the updates, I can't wait to see what you do!