Jonathan
@corjonAll comments
- @ZephyroCode@corjon
For your concern about your screen size: You can right-click on your site and choose 'inspect'. This opens your browsers dev tools and at the top select 'responsive' then change the width to whatever you want. Hope this helps!
Marked as helpful - @AlifB@corjon
Here's a great resource on padding vs margin. Basically, padding is the space around an element and margin is used to separate elements.
Marked as helpful - @dlxzeus777@corjon
Try removing the forward slash in your fetch url so it looks like this
fetch('data.json');
Marked as helpful - @FelipeDaCosta@corjon
You can center your content vertically by adding this:
body { min-height: 100vh; }
- @DavidMorgade@corjon
When I scroll down a bit on the live site, the navbar starts to flicker. Looks good otherwise!
Marked as helpful