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
@marcus-koAll comments
- @AidenM99Submitted over 3 years ago@marcus-koPosted over 3 years ago
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 - @rhollingsSubmitted over 3 years ago
I am unsure on how to publish the respiratory with github.
@marcus-koPosted over 3 years agoCreate 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