Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

display flex css compatibility

.page-wrap {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 }
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #display #flex #css #compatibility
ADD COMMENT
Topic
Name
3+1 =