Can the attributes of a css class be inspected using google chrome ?
When I inspect the element I can view the css class name but I can’t view the attributes of that class.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RIght click on the area you want to inspect, and click ‘Inspect element’. It will show all of the definitions of the CSS stylings that it has associated with it. See here