Get started with Flexbox.
What is Flexbox?
Flexbox is a layout in CSS3. Flexbox is used to make responsive layouts and components on a webpage. Using is a good choice to use in CSS so you can design the page responsively. Here is a basic guide to getting starting with flexbo...
virensuthar.hashnode.dev4 min read
Fasih Mehmood
Front-end web developer
Great article. However you've made some mistakes. You've repeated the flex-start value of the attributes justify-content and align-items. one of them should be flex-end.