Wrong hint for step 24 of Cafe Menu project
See original GitHub issueDescribe 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
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:
- Created a year ago
- Comments:7 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
a good first issue could be adding the specification that the property should be added to already existing selector.
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.