-1

Hi I have my portfolio looks awful on opera, everything is messed up like there is no CSS on it and I want to know why that happens. Note: I used an autoprefixer that adds prefixes for all browsers (https://autoprefixer.github.io/) I have added links to screenshots for my website on both opera and edge respectively.

my website: https://portfolio-yz.netlify.app/

opera screenshot: https://i.stack.imgur.com/YLrch.jpg

edge screenshot: https://i.stack.imgur.com/RJUzd.jpg

1 Answers1

0

This is the problem with the web-hosting you are using , we know you are using netlify to host your website. try running your site on your local computer with some kind of server like xampp etc.

This will show if the issue is with your files or with the hosting itself. if your site works similar as it works on opera, then the problem is with your files. if your site works fine then you have to look after the webhosting your using.

Ashutosh7i
  • 100
  • 10
  • I did so and the problem seems to be with my files, what do you think might causing this problem? – yahya Zahouani Aug 18 '22 at 16:37
  • yes, as i said . Now to rectify your problem we have to look at your code base and css, i thing the problem is in footer section of your site, so look for bugs in html footer section (
    – Ashutosh7i Aug 18 '22 at 16:44
  • 1
    The footer is not the only problem but thanks any way – yahya Zahouani Aug 18 '22 at 16:48
  • 1
    I figured it out, the problem is so ridiculous it turned out I was having extra brackets in media queries that opera and old browsers do not accept – yahya Zahouani Aug 18 '22 at 18:17