Skip to main content

Home/ CSS Evangelist/ Group items tagged flex

Rss Feed Group items tagged

Vernon Fowler

A Complete Guide to Flexbox | CSS-Tricks - 0 views

  • flex-direction
  • flex-wrap
  • space-around: items are evenly distributed in the line with equal space around them
  • ...6 more annotations...
  • justify-content
  • align-items
  • flex-start: cross-start margin edge of the items is placed on the cross-start line
  • stretch (default): stretch to fill the container (still respect min-width/max-width)
  • Note: this property has no effect when the flexbox has only a single line.
  • flex-grow
Gary Edwards

CSS Tutorials @ SitePoint - 0 views

  •  
    List of CSS articles and tutorials at SitePoint. Includes Adobe AiR and WebKit implementations.
1 - 2 of 2
Showing 20 items per page