adrianhajdin / project_html_css_website

428 stars 86 forks source link

wrapping of the trending-drinks sections #9

Open PORT-GIT opened 4 months ago

PORT-GIT commented 4 months ago

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