CSS help!
im trying to target my second img only but when i apply a selector it does both imgs. Can someone look at my code?
7 Replies
.Perch
would select based on the class
also, as a tip, format your code properly. The closing bracket on the text-align line and the indented body rule make it hard to read and even harder to debugthank u so much for the help
@Jochem i cleaned up the closing bracket but when i applied .perch as the selector nothing changed i did save and refresh my page as well
how did you apply the .perch?
.perch{
does capitalization matter in css?
i figured it out i didn't capitalize the p on perch thanks again for the help
np
im really confused on how to move text and img up in css can anyone tell me what's wrong with my code? I want that img and text to be higher on the page
Make a fresh post for new issues, and please share your code in a live format like codepen