I'm using justify-content: end; and justify-content: start; in my CSS and it works good with Firefox but not with Chrome.
Do you know the reason and what can I use instead of that property?
Thanks
I'm using justify-content: end; and justify-content: start; in my CSS and it works good with Firefox but not with Chrome.
Do you know the reason and what can I use instead of that property?
Thanks
Be sure to use vender prefixes when necessary. This site checks what works in what browser. https://caniuse.com/
In addition, if you need to know any prefix you can use the following site to help create them. https://autoprefixer.github.io/