hello!!
« Web, HTML, Tech Forum
some stuff that helped me customize!!
my profile isn't a work of art but if you'd like to customize it simply until you find better sites/styles, these might help!!
to test everything before applying it:
https://nein-mc.neocities.org/csstest/index.html
color choices for the code below:
https://www.w3schools.com/cssref/css_colors.asp
font styles:
https://www.w3schools.com/css/css_font.asp
more fonts (for filling in your bio):
https://igfonts.io/
code (change the colors after the colon):
<style>
body { --darker-blue: pink;
--lighter-blue: yellow;
--even-lighter-blue: violet;
--lightest-blue: green;
--dark-orange: red;
--light-orange: grey;
--even-lighter-orange: purple;
--green: #38d;
--logo-blue: pink; }
* {
font-family: cursive;
}
</style>
thank you so much!! i hope these help you a bit!! <3 feel free to add more links and such for others!!