Skip to main content

Home/ CSS Evangelist/ Group items tagged css3

Rss Feed Group items tagged

Vernon Fowler

CSS3 Generator - 12 views

  • -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  • If you set it to border-box, the padding and border will render inside the box.
  •  
     All the effects are fully customizable and you can choose from all the popular CSS3 properties.
yc c

Understanding border-image | CSS-Tricks - 6 views

  • Strangely, the percentages require the “%”, while pixels should be listed without the “px”:
  •  
    The new CSS3 property border-image is a little tricky, but it can allow you to create flexible boxes with custom borders (or drop shadows, if that's your thing) with a single div and a single image. In this article I explain how the border-image shorthand property works in today's browsers.
yc c

CSS3 Click Chart by Impressive Webs - 6 views

  •  
    Box Sizing, Border Radius, Shadows, RGBA Colors, Multiple Columns, HSLA Colors, Multiple BG
yc c

CSS3-Man - 8 views

webExplorations

A Modernizr Primer: Getting Started - 0 views

  •  
    Make your CSS3 pages backwards compatible with this JavaScript addon.
Andrea Micheloni

ZURB - Easily Turn Your Images Into Polaroids with CSS3 - 5 views

  •  
    Cool css3 tricks with list
yc c

Linear Gradients - 4 views

  •  
    Some playground/sandboxes for CSS CSS3 * Linear Gradients * Radial Gradients * Text Shadow * Box Shadow * Text Stroke
Sem Jacobs

325+ Best Free Responsive HTML5 CSS3 Website Templates - 0 views

If you want to find cross browser best free responsive premium html5 css3 website templates, this collection is for you. http://goo.gl/qHv1oM

css3 html5 themes

started by Sem Jacobs on 25 Mar 14 no follow-up yet
mikhail-miguel

Can I use... Support tables for HTML5, CSS3, etc - 6 views

Vernon Fowler

Box Sizing | CSS-Tricks - 0 views

  • The box-sizing CSS3 property can do just this. The border-box value (as opposed to the content-box default) makes the final rendered box the declared width, and any border and padding cut inside the box.
  • -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */
‹ Previous 21 - 40 of 141 Next › Last »
Showing 20 items per page