How to make website look same in every browser? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make website look same in every browser?

So I made website, and it looks really nice in google chrome, but in firefox and mozzile it is mess. Either font doesnt work, or size is not the same, or pbjects are just out of position. how can i fix this?

3rd Jan 2017, 11:22 PM
Steven Job
Steven Job - avatar
3 Answers
+ 5
Some new html5 features still do not work in all browsers, one way to ensure they work correctly is to insert the vendor prefixes: -webkit- (for Chrome and Safari ) -moz- (for Firefox ) -o- (for Opera) -ms (for Explorer ) ...
4th Jan 2017, 12:21 AM
ManuCarv
+ 4
To fonts use the @font-face
4th Jan 2017, 11:43 AM
ManuCarv
0
yeah. but proble is that for example font-family is not working in mozzila. and i am sure it should.
4th Jan 2017, 11:26 AM
Steven Job
Steven Job - avatar