Tag: flexbox
All the articles with the tag "flexbox".
Navigation Header with Flexbox
Published: at 01:02 PMI decided to continue with the small flexbox tutorials. So here is another one. In this tutorial, we will make a navigation header using flexbox. If you haven't read my first post on flexbox, you should check it out [here](http://mycodingblog.com/discovering-flexbox/). I have made a [codepen](http://codepen.io/krjordan/pen/PPppOd/) of what we will be building. Let's get started with the HTML.
Discovering Flexbox
Published: at 03:06 PMSo, now that I work with a team of web developers, I am constantly learning new things. One of the many new things I've learned about, is flexbox. I have to admit, I found it very intimidating at first. I figured I'd make a small tutorial about flexbox using a very simple navigation menu.