a10n-jsd / self-taught-journey

Lessons Learned from My Journey as a Self-Taught Developer
0 stars 0 forks source link

Lesson 17: CSS inheritance #10

Closed a10n-jsd closed 3 months ago

a10n-jsd commented 3 months ago

Inheritance mostly works for text property, like color, font-weight, font-family, etc. It doesn't affect like border, margin, padding, etc.

See this link below for future reference: CSS Inheritance | Code Academy