I’ve done this project part one 2 times now, and can’t understand what I’m doing wrong…
In the end after completing all the steps my page looks like this on the picture.
But the styles I used was all provided so I don’t get how there would be mistakes on copy and paste…
Maybe the CSS files exist but you aren’t importing one of them into one of the components. There’s also a chance you need to double check your App.css file - one gets created by default when using create-react-app
, so it’s possible you saw the file already existed and mistakenly skipped copy/pasting the one provided for the project.
1 Like
Thanks for your response!
I will try importing stylesheets again maybe that’s the key…
I’m sure I have correct App.css as I’ve done it second time I made sure everything was Copied correctly.
1 Like