Issue in Learn CSS Animation by Building a Ferris Wheel Step 1
See original GitHub issueLooking forward for reporting a security issue:
Please report security issues by following our security policy: https://contribute.freecodecamp.org/#/security
Describe the bug Correct answer is shown as incorrect.
To Reproduce Steps to reproduce the behavior:
- Go to (https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-animation-by-building-a-ferris-wheel/step-1)
- Answer is
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ferris Wheel</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body></body>
</html>
- Click ‘Check Your Code’ Button
- See error Test Sorry, your code does not pass. You’re getting there.
Hint You should have one self-closing link element.
Expected behavior The code should have passed.
Screenshots
Desktop (please complete the following information):
- OS: Windows
- Browser: Edge
- Version: 103.0.1264.44
Issue Analytics
- State:
- Created a year ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
Learn CSS Animation by Building a Ferris Wheel - Step 1
Tell us what's happening: My test is failing with the error message, " You should have one self-closing link element.
Read more >RWD Ferris Wheel Step 1 · Issue #44623 - GitHub
RWD Ferris Wheel Step 1 #44623 · Comments · Affected page · Your code · Expected behavior · Screenshots · System · Additional...
Read more >Step 1 | Learn CSS Animation by Building a Ferris Wheel
Learn CSS Animation by Building a Ferris Wheel. Step 1. Begin with the standard boilerplate. Add your DOCTYPE declaration, your html element, your...
Read more >Web Development Bootcamp - Class Central Cohorts
Topic Replies Views Activity
Keyframes or Waypoints 3 611 March 5, 2022
Final Projects! Share your final projects here! 7 240 February 28, 2022
Curriculum 2...
Read more >Ferris Wheel Animation - javascript - Stack Overflow
The problem is that your step elements are rotated around their center, but are positioned based on the top/left corner. (see example).
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 Free
Top 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
@Njong392 Some extension inject
meta
elements withcolor-theme
, like dark mode extensions.This is example of how extension manipulated Dom, we don’t know what extensions people run, and building sandbox where they can run every extensions and pass the test is almost impossible work. So we recommend disabling them.
I can’t reproduce the issue, the code you posted is passing