Tell us what’s happening:
hello everybody!
I can not past from 1st step .
Maybe I can not see my mistake. pls help.
Below code has written rightly or no, because system can not take my code and write " Sorry, your code does not pass. Hang in there. Your link
element should be within your head
element."
My code within the “head” element
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<!DOCTYPE html>
<html lang="en"></html>
<head>
<meta charset="UTF-8">
<title>Ferris Wheel</title>
<link rel="stylesheet" href="styles.css">
</head>
<body></body>
<!-- User Editable Region -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Animation by Building a Ferris Wheel - Step 1