Hey guys! My name is Sumin. I’m brushing up on my HTML and CSS skills with FCC. I finished my survey page challenge just a couple of days ago. I would appreciate some feedback. https://codepen.io/suminohh/full/jOypOOv Thanks!
Hello, @ohsuminp!
Here the most important thing:
'media' should be in CSS editor.
I saw some @media
CSS functions in JS editor. They should be in CSS editor. If they aren’t in CSS editor your website won’t work even you write that @media
code.
Did you build the website for FCC challenge?
If yes, I think you missed some important things.
If no, you can reply me!
The important thing:
There should always be a tester on your pen.
Here the link:
https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
More details about adding link.
Click the settings:
In settings click the JS tab:
And paste the link here:
If you want to add a script tag, here:
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
After you added the tester you see something you missed. So I suggest you to add the tester and test your site.
I appreciate your feedback! The @media portion was a note to myself and I forgot to delete it afterwards I’ll also add the tester in. Thanks for the step-by-step!
Welcome to the forums @ohsuminp. Your form looks good. Some things to revisit;
- Keep the test script when forking the pen (
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
)- The test script, with all tests passing, should be included when you submit your projects.
- Your page passes 13/17 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
- Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
Most importantly, your HTML code looks to be a copy of the sample project.
- Make the project from scratch, with your own code, style and content. Don’t take code from the sample project.
- The projects aren’t just another challenge. Each one is meant to be a significant step in your progress. Every project you do will require research, planning, trial and error, and strengthening your skills beyond what you gain from the incremental challenges.
Thanks for the feedback, Steve! Yup, Andrew shared some instructions on how to include the tester so I’ll be including that soon. I came with some background in html, so my personal goal of this project was to become more comfortable with CSS, but I’ll keep your feedback in mind on my next challenge. Thanks for taking your time to take a look at my project.
Your instruction was very helpful! I was able to get the tester in and pass on all the user stories. Thanks again
But you should still code everything, HTML & CSS, from scratch.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.