question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong hint for step 24 of Cafe Menu project

See original GitHub issue

Describe the Issue

Wrong code hint in step 24 of Cafe Menu project. Using two style selectors for the same element instead of one (as required), the hint says that the element does not have the property.

Affected Page

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

Your code

div {
  width: 300px;
}
div {
  background-color: burlywood;
}

Expected behavior

I would expect to be told that I need to use a single style selector instead the hint says

Your div should have a burlywood background.

Screenshots

No response

System

  • Device: [e.g. iPhone 6, Laptop]
  • OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
  • Browser: [e.g. Chrome, Safari]
  • Version: [e.g. 22]

Additional context

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
ieahleencommented, May 12, 2022

a good first issue could be adding the specification that the property should be added to already existing selector.

2reactions
ieahleencommented, May 12, 2022

I think one issue may be that up until now there is no where specified that a second property can or should be added to the same selector. As a quick patch we can add a sentence in the description saying to add the new property to the same selector.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Make a Menu - WebstaurantStore
Menu design can seem intimidating, but the process can be boiled down to a few simple steps: Finalize your list of menu items...
Read more >
How to Make a Restaurant Menu (with Pictures) - wikiHow
1. Choose your restaurant’s concept. To begin with, determine what kind of cuisine you’d like to offer. Then think about who your clientele...
Read more >
How to Make a Restaurant Menu From Scratch in 10 Steps
Learn how to make a restaurant menu with menu development, menu design, menu engineering, and more. Plus, download free menu templates to get...
Read more >
How To Start a Coffee Shop In 30 Steps | Ultimate Guide
Write a Coffee Shop Business Plan; Determine Your Coffee Shop Business Concept; Determine Your Coffee Shop Menu; Choose an Excellent Coffee Shop Location;...
Read more >
A Complete Guide On How To Start A Restaurant Business In ...
A Step by step complete guide on how to start a restaurant business in India in 2022. All you need to know about...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found