I have never ventured into the world of javascript before, but I am curious to find out if it is feasible to achieve what I have in mind before investing time in learning the language.
After spending a few days browsing forums and experimenting with code from a demo site, I have been trying to understand how changing certain properties can impact an entire section.
In my CSS, I have defined 'a:link', 'a:active', and 'a:visited' as one set color, while the 'a:hover' is set as its complementary color (#128EED = color, #ED7112 = complementary).
My goal is to have one of 8 predetermined colors randomly selected when any page loads, with the complementary color of the chosen random color becoming the 'a:hover' color.
Any guidance or insights on this matter would be highly appreciated as I consider taking on this challenge.
Thank you and warm regards.