Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can someone help with this flexbox problem? Reply To: Can someone help with this flexbox problem?

#285870
LearnTheNew
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%;}