I’ve tried using
<ol class=‘main-list’ >
in the HTML file
AND
**.main-list li [ **
}
in the CSS file
without any success. Please advise what I’m doing wrong.
The following is the link:
https://www.codecademy.com/workspaces/64496abcc44551cadbbb5926
Thanks in advance.
I noticed you forgot a closing brace for .caption in the css file. Also a couple of closing html tags.
mtf
May 24, 2023, 8:29pm
3
method8051438939:
.main-list li [
}
Typo. Can you spot the issue?
That was the first thing I looked for. It wasn’t in his code workspace. Just here in the question.
1 Like
I’m trying to work in the workspace to work things out, but it wont save my changes when I swap between files. Notice you are missing closing tags/braces in the html/css and then try it.
Thanks, I will ensure all my tags and etc… are where they are suppose to be and try it from there. Thank you.
Thanks for your reply but the typo was just in the question not in the actual code.
1 Like