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*/
---------------------------------------------
Comments
Displaying 0 of 0 comments ( View all | Add Comment )