Web dev basics - css flexbox (part 4)
FlexBox
Flex box is a display property which is used on the parent element to manipulate the positions of the children easily.
Let’s create a simple layout with some basic styling to demonstrate flex box.
<body>
<div class="flex-container">
...
basicsofhtml.hashnode.dev5 min read