CSS Flexible Box Layout
what is Flexbox ?
Flexbox is a one dimensional layout model. Using flexbox, we can structure our webpage in an easier way. Flexbox is very helpful in making our web page more responsive.
.container{
background-color: rgb(230, 218, 231);
heigh...
hashnodecoder.hashnode.dev2 min read