CSS3 is a latest version of css. and it’s compatible with all earlier versions. CSS3 comes with new features. CSS3 Modules CSS3 Introduction CSS3 Borders : Read Full Article CSS3 Backgrounds : Read Full Atricle CSS3 Gradients […]
In CSS3 we can create multiple column for layout text.(Ex: Newspaper Style). CSS3 Multiple Columns Properties column-count column-gap column-rule Column Count Property In column-count property we can specifies the number of column of an elements divided into. CSS div { -webkit-column-count: 2; /* For Chrome, Safari, Opera */ -moz-column-count: 2; […]