'Why Is My HTML and CSS Code Not Running Properly On The Internet?

I recently added some text effects to my website in HTML and CSS. It runs perfectly on VS Code live sever but whenever I upload the code files on to my cpanel, the effects just seem to go away when I actually click and go on my website and I am not sure why. Does anyone know a fix for this? Here is my website julianwsanchez.com

And this how it is supposed to look: enter image description here

How It Looks When I open it: enter image description here



Solution 1:[1]

The output I'm seeing on your site matches the output of the code snippet here, effects and all.

Check to see if you have some browser extension that affects the way a site might look (e.g. a dark mode extension). Also, try going to your site in a different browser and/or in Incognito mode.

Solution 2:[2]

it Works for me just fine, both the link given, and the files running on localhost You might need to do a hard reload. try Ctrl-Shift-R on chrome when viewing the page. This clears the browsers cache for that webpage, alternative: open the web page in another browser.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Marco
Solution 2 Dominic Johnston Whiteley