My code is : https://codepen.io/computerscience23/pen/mdXMVpG
Please let me know where the error is.
My code is : https://codepen.io/computerscience23/pen/mdXMVpG
Please let me know where the error is.
HI @hp3 !
I edited your post to include the link for the technical document page.
Providing the link helps us test your code in the editor to see where the issue is.
The first thing I saw was your link here
<link rel="stylesheet" href="css//style.css">
Your href value is incorrect.
The css file is called styles.css
Try changing that and see if the test passes
Thank you for your response.
I made same changes as you said but the same error continuous.
Please check : https://codepen.io/computerscience23/pen/mdXMVpG
You wrote this
<link rel="stylesheet" href="style.css">
But it is supposed to be this
It is a small detail but it matters.
Check character by character to find the error.
Hope that helps!
Oh! There was just a small error. Thank you for helping me out.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.