I’m an iOS developer, and I’m not that familiar with HTML and CSS. So I thought it would be fun to set up some code and play around with Flexbox using Chrome’s developer tools.
How hard could it be?
The Guide
I’m going to start off with the most simple (that I can think of) basic HTML file.
We first need to create a file (in a spiffing new folder) with a .html suffix. An appropriate name for this is index.html, and this can be done with nano, vim, Xcode or you favourite text editor.