ca1tlin22 / dsn1674-assignment-5

floats
0 stars 0 forks source link

Unable to target class items in CSS #1

Open ca1tlin22 opened 9 years ago

ca1tlin22 commented 9 years ago

Hi Thomas,

I haven't been able to target my class items in CSS — I've run my HTML and CSS through a validator so there don't seem to be any any open brackets or anything. When I target divs and imgs, it works but it targets all of them.

Thanks for your time, Caitlin Gagné ca1tlin22.github.io/dsn1674-assignment-5

@thomasjbradley

thomasjbradley commented 9 years ago

I see the classes in the CSS, but where are they in the HTML?

ca1tlin22 commented 9 years ago

Oh I must have taken them out — I was trying to put classes on different items to see if it made a difference. I've re-added the ones around the left and right grain svg files, which I have been trying to work on and have synced.

thomasjbradley commented 9 years ago

Did the changes get synced?

ca1tlin22 commented 9 years ago

Yep! I've re-added the ones around the left and right grain svg files, which I have been trying to work on and have synced.

thomasjbradley commented 9 years ago

This is where you mean, right? https://github.com/ca1tlin22/dsn1674-assignment-5/blob/gh-pages/index.html#L13-L15 I still can't see any classes.

ca1tlin22 commented 9 years ago

Yeah there — I have it in my html and I synced it, but it hasn't seemed to change it here

thomasjbradley commented 9 years ago

Looking at the last commit, made just over 15 minutes ago, here: https://github.com/ca1tlin22/dsn1674-assignment-5/commit/24151abb859803f3d843cec28a4ba473509a9857 There isn't any changes to the HTML.

ca1tlin22 commented 9 years ago

Okay, so I've been opening the entire assignment-5 folder and the index that comes up isn't the index that's syncing with Github... the index.html that opens when I pull the entire folder in doesn't work, but if I only pull in the index from the folder it's different... I copied the index.html from the file that I was working on into the index that works and have synced that.

thomasjbradley commented 9 years ago

Okay, so there was a folder mis-match. But everything looks like it's working now.

ca1tlin22 commented 9 years ago

Okay, the new html works fine and I can target things now! Thanks for your help!