« Web, HTML, Tech Forum

How do I make the blue boxes on my page transparent or a different color??

I would love to figure this out possibly in pink or black


Report Topic

4 Replies

Sort Replies:

Reply by Katie

posted

<style>



: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;
    }

</style>


Report Reply

Reply by 💖LizzKimKim💖

posted

OMG THANK YOUUUUU


Report Reply

Reply by Echigo420

posted

thank You!


Report Reply

Reply by richardbell

posted

Thank you so much!! 


Report Reply