Css 12
How to create multiple borders in an HTML element?
In CSS3 we have a box-shadow property which creates shadow around an element.A bit tricky use of this property can get us a multiple border in an HTML element. Example, .my-name-container{ box-shadow: 0 0 0 30px violet, 0 0 0 60px indigo, 0 0 0 90px blue, 0 0 0 120px green, 0 0 0 […]
Exploring CSS Cascade Framework
“Cascade Framework” is a css frame work for developers. Some of the important features are like, ———-Layout ———-Typography ———-Icons ———-Component Classes The main thing is re-usability of the css classes .It helps to minimize redundant css classes. This framework can be downloaded from:- […]
Pure CSS Grid By Yahoo
Pure CSS is a lightweight styles collection by Yahoo. It is responsive in a nature. This framework is created on Small mobile devices screen in mind. It is easy to extend to create your own custom styles. This CSS library can be downloaded or included from CDN. The link is below :- […]
Unsemantic Responsive Grid Layout : 960Gs
“960” Grid provides a CSS framework for creating Responsive grid layout for web page. All the Layout Elements width are in percentage that makes it adjustable with all type of screen size. push-x and pull-x are two special classes provides the position of element in grid. Download Link :- http://unsemantic.com/about […]