Flexbox Tutorial #1
I'm assuming you have some coding experience. If not you should run through the check list in the red box and see if you are ready to start learning flexbox.
This tutorial will introduce you to some basic Flexbox procedures. Rather than throw the whole book at you at once we'll make use of default values and settings and give a list of things to learn at the end.
It will also touch on some other important procedures to help you advance in reponsive design like nesting elements in your style sheet and the use of the clamp function to eliminate needless media queries.
Most of the CSS in the tutorial will be added in blocks of nested elements. Learning this method will help you to keep your style sheets organized and easier to revise as you proceed.
I highly recommend that you visit our clamp function tutorial and try to see its value and gain some basic understanding before you proceed to the second exercise.
FIRST TIMERS!!
Things you'll need to know:
How to create new folders
How to Copy and Paste
How to find and use your Text Editor
How to use a browser offline
If you don't know how to do any of these things, start with:
How to Use This Tutorial.