Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing instruction in learn-basic-css-by-building-a-cafe-menu #55087

Closed
danielh2222 opened this issue Jun 4, 2024 · 2 comments
Closed

Missing instruction in learn-basic-css-by-building-a-cafe-menu #55087

danielh2222 opened this issue Jun 4, 2024 · 2 comments
Labels
scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc.

Comments

@danielh2222
Copy link

Describe the Issue

I think I found bug in my coding class in "learn-basic-css-by-building-a-cafe-menu". In step 60 we have to create a class selector for "Est. 2020" and make the font style italic. but in line 13 where we originally wrote

Est. 2020

should we not add "class="established" within the p value. if not can you please explain it to me

Affected Page

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/step-60

Your code

Index.html
<p>Est. 2020</p>
Style.ccs
.established {font-style: italic}


Expected behavior

Index.html

Est. 2020

Style.ccs .established {font-style: italic}

Screenshots

No response

System

  • Device:macbook
  • OS: ios 14
  • Browser: Chrome
  • Version: ? idk

Additional context

Not a problem but I just want to say I have enjoyed learning up to this point!

@danielh2222 danielh2222 added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc. labels Jun 4, 2024
@a2937
Copy link
Member

a2937 commented Jun 4, 2024

@danielh2222
Copy link
Author

danielh2222 commented Jun 4, 2024 via email

@jeremylt jeremylt closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc.
Projects
None yet
Development

No branches or pull requests

3 participants