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.