CSS3 : Cascading Style Sheets - Advanced CSS

CSS

CSS stands for Cascading Style Sheets.CSS describes how HTML elements are to be displayed on screen, paper, or in other media.CSS saves a lot of work. It can control the layout of multiple web pages all at once.External stylesheets are stored in CSS files.CSS is the language for describing the presentation of Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language. The separation of HTML from CSS makes it easier to maintain sites, share style sheets across pages, and tailor pages to different environments. This is referred to as the separation of structure (or: content) from presentation.

CSS3

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. In this blog, we will be looking into some of the properties of CSS3.With CSS3 we have got a new property called border-radius, which is used to give rounded corners to square boxes.With the rounded corners you can create boxes with the background color or without background-color but with a border or it can be with background-image.By using CSS3 border-image property you can add image border to some elements.It allows you to specify an image to be used instead of the normal border around an element.The border-image property takes the image and slices it into nine sections. It will then place the corners at the corners, and the middle sections are repeated or stretched as you specify.

Contact With Us