How to align like this because the text with progress bar are hard to align using flex box.
should i make 3 seperate div or 2 div? because text with progressbar content are hard to align
https://jsfiddle.net/ypsmkLrb/1/ MY CODE
*{
padding:0;
margin:0;
}
body{
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.container{
width:1200px;
margin:auto;
background-color:teal;
}
.about-header{
padding-bottom:25px;
text-align: center;
}
.about-img img{
height:200px;
width:auto;
}
.about-img{
height:200px;
width:auto;
}
.about-row{
display: flex;
flex-wrap: wrap;
font-size: 11px;
}
.about-content{
line-height:1.6;
padding-left: 20px;
border:solid
}
.about-content img{
height:15px;
width:auto;
}
.bar-row-one{
display:flex;
align-items:flex-start;
justify-content:space-around;
}
.bar-row-two{
display:flex;
justify-content:space-around;
}


</br>tag if it comes from XHTML. Correctly used in HTML5 looks like this:<br>.should i make 3 seperate div or 2 div? because text with progressbar content are hard to alignYou mean like apaddingor amargin?