I am new to infinityfree. So I wanted to know why my website here looks diferent that it does look in localhost. But it is the exat same code.
Here is how it looks on localhost. And you can chek the link to see how it looks here.
Please clear the browser cache by pressing a few times Ctrl + F5 while viewing your website.
If that doesn’t help (because some browsers are stubborn) then follow these instructions
correct this because the file does not exist (image)
or you make a CSS class just for that logo at the top and then add it to the code
and with that code, you don’t have to worry about that logo on the footer (it will remain “green”)
which is clearly visible because there is a black background
in short, you load one file (logo) - you reduce the number of requests
and then through CSS (filter) you choose how the logo will look at the top of the page
(because that gradient background makes it impossible for the logo to be visible because there is not enough contrast)
and how the one at the footer (bottom - actually a default image without a filter).