Bookmarks tagged [flexbox]
https://medium.com/flexbox-and-grids/the-most-popular-navigation-bars-created-with-flexbox-6c0f59f55...
This is a simple but practical article. The aim is to build the navigation bars for facebook twitter github and medium with Flexbox.
https://github.com/afonsopacifer/awesome-flexbox#readme
👓 A curated list of CSS Flexible Box Layout Module or only Flexbox. - afonsopacifer/awesome-flexbox
- tags: awesome-list, frontend, flexbox
- source code
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and ...
- tags: flexbox
https://stackoverflow.com/questions/35269947/css-align-one-item-right-with-flexbox
To align one flex child to the right set it with margin-left: auto;
- 📆 published on: 2016-02-01
- tags: flexbox
https://medium.freecodecamp.org/even-more-about-how-flexbox-works-explained-in-big-colorful-animated...
Last time we got started with the basic Flexbox properties: flex-direction, justify-content, align-items, and align-self.
...
https://www.freecodecamp.org/news/an-animated-guide-to-flexbox-d280cf6afc35/
Flexbox’s underlying principle is to make layouts flexible and intuitive.
To accomplish this, it lets containers decide for themselves how to evenly distribute their children — including their size a...
https://github.com/philipwalton/flexbugs
flexbugs - A community-curated list of flexbox issues and cross-browser workarounds for them.
- tags: flexbox
- source code
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout
CSS Flexible Box Layout is a module of CSS that defines a CSS box model optimized for user interface design, and the layout of items in one dimension. In the flex layout model, the children of a flex ...
https://github.com/angular/flex-layout/wiki
flex-layout - Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
- tags: angular, flexbox, typescript
- source code