Friday, 3 April 2015

CSS3

CSS has evolved over time from CSS1 to CSS2(which are the current standard) to CSS3(which is still in development.) CSS3 is the latest standard of CSS. The term "CSS3" is not just a reference to the new features of CSS, but the third level in the progress of the CSS specifications.

It is a language which describes how a document looks and how it is formatted. Modern browsers support CSS1 and CSS2 but the support to CSS3 is limited. CSS3 has been split into modules. It contains the old CSS specifications ans new modules are added. Some of the new modules are:
  • Selectors
  • Box Model
  • Backgrounds and Borders
  • Image Values and Replaced contents
  • Text Effect
  • 2D/3D Transformation
  • Animations
  • Multiple Column Layout
  • User Interface
With CSS3, it is possible to add rounded borders, shadows to boxes, and use an image as border and much more.

Related Posts:

  • What is Bootstrap? Bootstrap is a powerful free front-end framework for faster and better web development. Bootstrap includes HTML and also CSS based designs for typogr… Read More
  • HTML Images HTML has the function to add images also. Adding images, increases the design and creativity of the page. Today, almost all web pages have images. … Read More
  • CSS Text Formatting HTML text can be styled using CSS. Text formatting properties are used for this purpose. Text Color The color property is used to color the HTML te… Read More
  • HTML Sections HTML elements can be grouped together for various content. Some of the common used tags are <div> and <span>. We can use <div> to … Read More
  • Introduction to jQuery jQuery is a lightweight "write less, do more" JavaScript library. The purpose of jQuery is to make JavaScript easy to use on our website. jQuery ta… Read More

0 comments:

Post a Comment