Home › Forums › CSS › Can someone help with this flexbox problem? › Reply To: Can someone help with this flexbox problem?
April 3, 2019 at 2:44 am
#285870
Participant
Adjust the column and rows like example i have placed a code in your codepen test
.row{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.col-4{width: 33.33%; background-color: black;}
.col-8{width: 66.67%;}