1.

What’s new in CSS3?

Answer»
CSS
CSS3
CSS main focus was on providing formatting features and basic styling to the HTML elements.
CSS3 has evolved to overcome the drawbacks of CSS with a lot of new features and better performance.
In CSS, everything was a kind of specification which defined different features.
CSS3 has made this simpler by bringing in the concept of modules.
CSS will not support media queries for responsive design.
CSS3 supports media queries for responsive design.
CSS supports only standard hex colors and It’s a pain to use elegant colors and make the UI better.
CSS3 supports RGBA, HSL, HSLA and gradient colors too. USING these types of colors helps us to frame and use better colors in UI.
CSS supports simple selectors. Like the ones with ID, class and tag names.
CSS3 calls the components as a sequence of selectors in a very different and advanced way.
CSS supports only ‘web-safe fonts’ to make sure that the text DISPLAYS in all the browsers.
CSS3 has introduced designers to use special fonts like those available in Google fonts.




Discussion

No Comment Found