Home > Net >  my wesite got css differnet in other browsers, How can i fix that?
my wesite got css differnet in other browsers, How can i fix that?

Time:09-19

why when i open my website in other browser the css is different? brave: brave

google: google

i try everythink, anyone know how to fix this MF?

CodePudding user response:

Sometimes different browser has different style commands, try to find standard command for css or use all in one style - browser will select which it could use

CodePudding user response:

You could practically change to SASS (scss). This way your styles would be rendered to all the available properties for css.

Starting out with scss is really easy. Just install the extension for sass, and link your .css to the one generated by scss.

  • Related