@mixin flex-parent-left {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: flex-start;
}
@mixin flex-parent-right {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
align-content: flex-end;
}
More details about flex-box here: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
1 Response
Write a comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.