I found the solution for the wrapping for those who followed the YouTube tutorial
at the style.css file at the media queries
it should be :
.trending-drinks {
flex-direction: column-reverse;
/swaps the columns/
}
the trending-drinks has not "s" so add an "s" and it will work
I found the solution for the wrapping for those who followed the YouTube tutorial at the style.css file at the media queries it should be : .trending-drinks { flex-direction: column-reverse; /swaps the columns/ }
the trending-drinks has not "s" so add an "s" and it will work