Always try to use established css frameworks like Bootstrap , Foundation and you need not to worry about cross -browser compatibility.
If you are writing some custom code and not sure about browser compatibility check caniuse.com (it will show support for particular features in all browsers), or try to use modernizer.
its always good to check the behavior in common browsers Chrome, Mozilla, Safari, IE before the final launch.