Skip to content

Instantly share code, notes, and snippets.

View Fazich's full-sized avatar

阿Q虾米 Fazich

View GitHub Profile
.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.flex.flex--reverse {
-webkit-box-orient: horizontal;