I GOT THEM COLORS
25/05/2023
I like how this looks color-wise. I feel like there's still much tuning I could do. To get this color palette I started with some colors I took from the palette of Yelan (Genshin Impact):
- #D0E2EC
- #4FDCF9
- #3577C7
- #142F90
With those blue toned colors, I started throwing any other color into the mix that made me go "hmmm this will fit".
literally me
It was fun embelishing the colors on here and I learned how to use variables in CSS: I used them to store custom hexcodes in variables that'd be called later and also to store the configuration for borders.
Declaration example:
::root{ --pavo1: #ffb1b1; --pavo2: #baf5ff; --columbia-blue: #D0E2EC; --border-config-2: 0.5em double var(--columbia-blue); }
Example calling the variables:
h1{ background-color: var(--pavo1); color: var(--pavo2); border: var(--border-config-2); }Results in:
Parangaricutirimícuaro
LMAOOOO reading "Parangaricutirimícuaro" in those colors and font was so funny to me for no reason at all, maybe I should sleep after all.
PS: the pre-tag and Parangaricutirimícuaro texts are overflowing but I'm going to sleep and fix that any other day. BYE BYEEEEEE.
PS2: Already fixed it later this day B)
I NEED NEW COLORS.
23/05/2023
I just added that "about me" section that should appear to the right of your screen if you're viewing on desktop. If you're on mobile... It should appear near the end of the page! (but not in the end), just before the end, yeah there. I dislike the large amount of text present there but in time I'll find some way to deal with that lol.
Anyways, I'll go get some sleep
This site is under construction.