I am working on a project. two pages of coded HTML with CSS.. so I have all the coding done and working but here is my issue.
when I created the second page of HTML I forgot to throw it into a "pages" folder before beginning. so now I am just about done but I know to be correct I should have any pages that are not index.html inside of a folder. so, I threw my pagetwo.html into the "pages" folder and now page two will no longer speak will its CSS. I tried to edit my link paths any everything but for some reason, I can't get them to talk. everything works perfectly if I take my page two out of that pages folder but I just wanted it to be correct
EDIT: I realized I'm dumb and had a CSS for both pages. I went ahead and made one CSS for both pages and relinked page two to speak with the CSS and it still doesn't work.. which is where I am currently stuck.
My link tag: <link rel="stylesheet" type="text/css" href="css/style.css">