MudPatty's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Compiling CSS/HTML Resources

Realtime CSS Editor
----------------------------------

Helpful Tips

-------------------------------------------

Learn CSS/HTML

-------------------------------------------

Change box colors. 

:root {
        --logo-blue: black;
        --darker-blue: black;
        --lighter-blue: lightgray;
        --even-lighter-blue: transparent;
        --lightest-blue: transparent;
        --dark-orange: black;
        --light-orange: transparent;
        --even-lighter-orange: transparent;
        --green: gray;
        --curve: 30px;
    }

/*Delete curve if you've already added rounded edges to your profile*/
---------------------------------------------



0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )