Difference between revisions of "Positional vs thematic"

From ProgClub
Jump to: navigation, search
Line 36: Line 36:
 
* color
 
* color
 
* cursor
 
* cursor
* text-decoration
+
* text-decoration (arguable)
 
* -webkit-appearance
 
* -webkit-appearance

Revision as of 12:07, 14 April 2020

I'm thinking about which CSS attributes are positional vs. thematic. Positional attributes can vary in a responsive design whereas thematic attributes will (probably) not.

Positional

  • border-radius
  • border-width
  • clear
  • float
  • font-size
  • font-weight
  • height
  • letter-spacing
  • line-height
  • margin
  • margin-top
  • margin-right
  • margin-bottom
  • margin-left
  • max-width
  • overflow
  • overflow-x
  • overflow-y
  • padding
  • padding-top
  • padding-right
  • padding-bottom
  • padding-left
  • text-align
  • vertical-align
  • width

Thematic

  • background-color
  • border-style
  • color
  • cursor
  • text-decoration (arguable)
  • -webkit-appearance