Hi there,
I have just started my CSS lesson and got stuck in lesson 4/17
https://www.codecademy.com/courses/learn-css-selectors-visual-rules/lessons/css-setup-selectors/exercises/add-css-file?action=resume_content_item&course_redirect=learn-css
I already cut the style CSS from index.html and paste to style.css like below
p
{
font-size:20pt;
}
and I’ve checked and removed all the in the index.html file…not sure what is wrong …thanks!