« Web, HTML, Tech Forum

How do I change the colors of my headers?

About me, contacting, interests, etc. ? Sorry if this has already been asked. Its been way too long since I've messed with HTML codes and it looks like spacehey coding is slightly different, because I tried using a myspace layout generator. 


Report Topic

2 Replies

Sort Replies:

Reply by Katie

posted


:root {
        --logo-blue: #4d000055;
        --darker-blue: pink;
        --lighter-blue: violet;
        --even-lighter-blue: pink;
        --lightest-blue: pink;
        --dark-orange: peachpuff;
        --light-orange: purple;
        --even-lighter-orange: pink;
        --green: peachpuff;
    }


Permalink Report Reply

Reply by Mike

posted

What about the footer?


Permalink Report Reply