Can somebody please explain what the inherit keyword means in CSS and how it works?
Can somebody please explain what the inherit keyword means in CSS and how it
Share
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.
It will use the same value as the same property its parent has.
If there are multiple instances of
<h1>in the file, it will take the margin of its parent, so 234px is not always the value it will have. For example: