css-examples
css-examples copied to clipboard
Code examples that accompany the MDN CSS documentation
### What was incorrect, unhelpful, or incomplete? https://github.com/mdn/css-examples/blob/82dc5e69fa9b5db32c794dbeb794df5a0e0ac007/learn/tasks/selectors/attribute-links-download.html#L48 ### What did you expect to see? `https` should be `http`. [Test your skills: Selectors](https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Selectors_Tasks#task_5) requires the learner to write a CSS...
### What was incorrect, unhelpful, or incomplete? In learn/tasks/cascade/cascade-download.html - I set the background-color to initial, but not worked .  And finally I add the css ,it is fine....
### What was incorrect, unhelpful, or incomplete? [Marking RWD](https://github.com/mdn/css-examples/learn/tasks/rwd/marking.md) has an isue with the following lines ``` header li { margin: 0; /* remove the margin used in the mobile...