HiveBrain v1.2.0
Get Started
← Back to all entries
snippetcssTip

CSS inherited properties cheatsheet

Submitted by: @import:30-seconds-of-code··
0
Viewed 0 times
inheritedcheatsheetcssproperties

Problem

The CSS specification clearly states which CSS properties are inherited but the related appendix is not the most user-friendly resource. Here's a quick reference of the inherited properties that you are most likely to run into:
  • border-collapse
  • border-spacing
  • caption-side
  • color

Solution


  • border-spacing
  • caption-side
  • color
  • cursor
  • direction
  • empty-cells

Context

From 30-seconds-of-code: inherited-properties-cheatsheet

Revisions (0)

No revisions yet.