skip to Main Content

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

2

Answers


  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.

    Login or Signup to reply.
  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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search