Flexbox is used to build amazing layouts for your application without adding frameworks.
With flexbox, responsiveness can be done in minutes and general alignment can be done quickly.
First, you need to understand the layout of your application. Use display: flex, flex: 1, gap instead of padding-left or padding-right.
Also use margin: auto more as it saves you the stress of adjusting.
Css is so wide that almost every style can be substituted with another.
My Twitter Handle: https://twitter.com/mchelleOkonicha
My LinkedIn Handle: https://www.linkedin.com/in/buchi-michelle-okonicha-0a3b2b194/
Top comments (5)
Kindly drop questions and suggestions. Also follow me here
article.Title {
text-transform: capitalize;
}
I don't get this. can you explain
Avoid using caps lock for your article titles.
Okay.
Thank you James, I appreciate this.