CSS#

How to Vertically Align an img within a div via CSS

The only (and the best cross-browser) way as I know is to use an inline-block helper with height: 100% and vertical-align: middle on both elements. So there is a solution: http://jsfiddle.net/kizu/4RPFa/74/ Or, if you don’t want to have an extra element in modern browsers and don’t mind using IE expressions, you can use a pseudo-element…

Read More...

Ultimate CSS Gradient Generator – ColorZilla.com

Great tool for generating CSS3 gradients! About The Ultimate CSS Gradient Editor was created by Alex Sirota (iosart). If you like this tool, check out ColorZilla for more advanced tools such as eyedroppers, color pickers, palette editors and website analyzers. As you might know, HTML5 introduced many exciting features for Web developers. One of the features is the ability to…

Read More...

Responsive CSS Framework Comparison: Bootstrap, Foundation, Skeleton

Responsive CSS Framework Comparison: Bootstrap, Foundation, Skeleton. Nice Comparison chart; Bootstrap, Foundation and Skeleton. Bootstrap Full solution for making a responsive website. Out of the box, styling is minimal but elegant for making prototypes. The default bootstrap UI can be modified by using LESS. The process of setting up LESS with Bootstrap is vague in…

Read More...