Try checking this link:
https://www.freecodecamp.org/learn/responsive-web-design/
No that doesnāt work either. Should I start over, I would prefer not but if I need to I will.
You donāt need to start over. The lessons are just for you to learn, you need not worry about it now. The lessons do not affect your certifications, only the projects do.
Great that is a relief and thank you for explaining that. I will just need to update my profile and setting then.
are you sure you have logged in to the same profile? note that the freecodecamp account is recognised through the email address. for example f you use github login, and you have changed email on github, it creates a new account
Hi there, thanks for the information!
I think thereās a bug in lesson 52 of āLearn Basic CSS by Building a Coffee Menuā - on double class selectors.
It wonāt accept the answer:
.flavor.dessert{ā¦}
But I may we be wrong ![]()
Thanks in advance for your help!
Please open a new thread with your code and a link to the challenge so that we can help⦠Thanks
The Legacy version has the option to download the solutions, is it also included in the new curriculum?
A post was split to a new topic: Step 28 - soyckas
Thanks. Just an FYI: In the first part of the new course step 20: Catnip is misspelled. The code requires that ācat nipā be entered but it is actually spelled catnip. I donāt want to be a nitpick but I also thought you should know in case you care about this sort of thing.
Be well!
Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isnāt already an issue for it and provide as much detail as possible.
ive just completed my first project. Thanks so much for the info
i had problems earlier too, but i linked my html code with my stylesheet and it worked perfectly .
Wow, big update! I will definitely have to go back to check out some of the updated lessons. This format of embedding projects within the lessons makes a lot of sense and I think would have helped me get the concepts down better the first time around.
Iām having some trouble making the switch with the project formatting, however, as I just started my technical documentation project. Is there a way to see the code for the sample project? I try not to reference it extensively, but sometimes it can be really helpful. I am in Chrome, which lets me kind of see the code via ādeveloper toolsā in my browser, but itās a lot more difficult to navigate than codepen was.
Also, if we wanted to upload our project to codepen still, is there a way to reference the tests on there like before?
Thanks!
Hi @jinwithwings !
As you mentioned you can see the source code in the dev tools but I would suggest looking at it after you submitted the project for a better learning experience. ![]()
There wonāt be a place to view the full code in the format like codepen.
I understand where you are coming from.
Sometimes it is comforting to be able to see the code when you are first starting out building projects.
But one of the good things about building these projects is you will learn so much by searching through google, asking questions on the forum, and trying different things until it works out.
It will also help you on the job as a developer when you are thrown a figma design and asked to build the page for that.
There is no longer a place to submit a link for your project.
You have to submit your project in the fcc editor and run the tests in there.
If you want to still build it in codepen, that is fine but you will need to copy and paste your code into the editor and run the tests.
Hope that helps! ![]()
Iām excited to try the new version, but Iām also glad my current work in progress is moved to legacy version, I like to complete what I started and I know the more practice the better! ![]()
Thank you for your post after I found your post it answered all my questions.
Thank you Thank you
I have a comment about the new design. While i like it overall , something i liked about the legacy was knowing what each step contained. when doing final projects , i find it easier to refresh my brain on topics i had forgotten by simply jumping to that chapter
Is there anywhere to report bugs? Because the preview section for the projects does not preview my code correctly. CSS styling I have done does not display and the CSS grid layout has broken completely visually. The test still recognize that I am fulfilling user stories, it just displays incorrectly in the preview.
The code worked perfectly on CodePen and I copy pasted it from there so I know it is not my code being wrong.
Hello, @Griff , it would be good if you could post your code and the challenge link (or project name) you are doing.
From the information you are giving it seems as though the css is not linked to the html.
You can use the link tag to do that.
Look at the post above: