Checking compatibility
Some CSS features don't work in all browsers. Some new properties need browser-specific prefixes (like -ms
, -o
, -webkit
) to work properly across all modern browsers. But how to check if you can use some properties in your project? Of course, you can check it yourself, but the easiest way is to check it on http://caniuse.com/. You can open this web page and check which properties you can use.