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

  • J 330

    @littledragonshrimp

    Submitted

    Questions!

    • I'm familiar with the "Don't repeat yourself" mantra, however, I had difficulty making the button:hover effect applicable to the .sedan .SUV and .luxury divs. How were you able to do this?
    • How would you simplify the scss to reduce repetition?
    • How would you improve accessibility here?
    Wunda 30

    @wundaab

    Posted

    1. Your code: h1 { font-family: "Big Shoulders Display", sans-serif; font-size: 40px; font-weight: 700; color: hsl(0deg, 0%, 95%); text-transform: uppercase; margin-bottom: 1.5rem; }

    Font family should be like this instead: font-family: 'Big Shoulders Display', cursive;

    1. What difficulty did you have in making the button:hover effect applicable to the .sedan .SUV and .luxury divs?
    0