Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @Muzzammmill

    Posted

    Hi yolanda1089,

    Congratulation on completing this challenge. Your solution looks great. I have some suggestions regarding your solution if you don’t mind:

    1. Giving the columns a width of 30% and the container (section) a min-width and the max-width because it affecting your media query #sedan-column, #suv-column, #luxury-column { width: 30%; /* width: 307px; */ height: 500px; color:hsla(0, 0%, 100%, 0.75); padding-top: 50px;; padding-left: 50px; padding-right: 65px; box-sizing: border-box; min-width: 800 } If you adjust your screen size to 521px and 918px you will see what i am talking about.
    0