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

  • Aiden 80

    @AidenM99

    Submitted

    This is my second project, not sure how to adapt it to mobile or position the background correctly, some of my spacing also seems off. Any feedback is appreciated.

    Marcus 50

    @marcus-ko

    Posted

    Hi Aiden, for the mobile view, you want to use media queries to style elements when the browser is at a certain width. For example, @media only screen and (min-width: 768px) will style elements when the browser is at and above 768px. So you can add all of your styles for desktop under here and any styles that are not under a media query will be styles for mobile. Hope this helps.

    0
  • Marcus 50

    @marcus-ko

    Posted

    Create an account at https://vercel.com/. Once logged in, pick your repository and add it to your vercel account. It will then build a production version with a link. Then use this link to add to your solution. Hope this helps.

    0