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.

Issue in Learn CSS Animation by Building a Ferris Wheel Step 1

See original GitHub issue

Looking 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:

  1. Go to (https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-animation-by-building-a-ferris-wheel/step-1)
  2. 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>
  1. Click ‘Check Your Code’ Button
  2. 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 image

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Edge
  • Version: 103.0.1264.44

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Sboonnycommented, Jul 12, 2022

@Njong392 Some extension inject meta elements with color-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.

1reaction
ieahleencommented, Jul 12, 2022

I can’t reproduce the issue, the code you posted is passing

Read more comments on GitHub >

github_iconTop 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 >

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