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

Submitted

Advice Generator using Vue

#vue
antonio_p 40

@purplejragon

Desktop design screenshot for the Advice generator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
  • API
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


How can I make the site more responsive for different screen sizes?

Community feedback

Travolgi 🍕 31,500

@denielden

Posted

Hi Purplejragon , I took some time to look at your solution and you did a great job!

For make responsive use media queries, read here -> Responsive Web Design - Media Queries

Overall you did well :)

Hope this help and happy coding!

1
P
Chamu 12,970

@ChamuMutezva

Posted

Hi Purple. Some of the things that needs includes the following:

  • the first heading element of the site should be an h1 and also heading elements should follow a Sequential order without skipping headings.
  • where possible use semantic elements, the div with a class of attribution, can be changed to a footer element, that will clear the warning mentioned in the automated feedback as well
  • using a fixed width on your card is preventing it to be responsive, rather use max-width instead of width. That is to prevent the card from exceeding the set value
0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord