i was wondering if is it possibile to change entire css with another one (maybe a file) with a button click.
My idea is: i have this website with ugly design and when you click on this button all che design changing (like color, font, layout of elements etc) and make this "ugly" design a beauty design.
I think about 2 css files in assets folder as ugly.css and beauty.css. The page is using ugly.css and should switch to beauty.css on clicking on this button.
I want to change html too.
Thanks