Difference between revisions of "Positional vs thematic"

From ProgClub
Jump to: navigation, search
(Progress...)
(Progress...)
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
* margin-bottom
 
* margin-bottom
 
* margin-left
 
* margin-left
 +
* padding
 +
* padding-top
 +
* padding-right
 +
* padding-bottom
 +
* padding-left
 
* font-size
 
* font-size
 
* line-height
 
* line-height
 +
* letter-spacing
 
* float (either)
 
* float (either)
 +
* border-width
 +
* overflow
 +
* overflow-x
 +
* overflow-y
  
 
= Thematic =
 
= Thematic =
Line 17: Line 27:
 
* cursor
 
* cursor
 
* color
 
* color
 +
* background-color
 
* clear
 
* clear
 
* vertical-align
 
* vertical-align
 
* text-align
 
* text-align
 
* font-weight (contentious)
 
* font-weight (contentious)
 +
* text-align
 
* text-decoration
 
* text-decoration
 
* float (either)
 
* float (either)
 +
* border-radius (contentious)
 +
* border-style
 +
* -webkit-appearance

Revision as of 13:54, 2 June 2016

Positional

  • max-width
  • width
  • height
  • margin
  • margin-top
  • margin-right
  • margin-bottom
  • margin-left
  • padding
  • padding-top
  • padding-right
  • padding-bottom
  • padding-left
  • font-size
  • line-height
  • letter-spacing
  • float (either)
  • border-width
  • overflow
  • overflow-x
  • overflow-y

Thematic

  • cursor
  • color
  • background-color
  • clear
  • vertical-align
  • text-align
  • font-weight (contentious)
  • text-align
  • text-decoration
  • float (either)
  • border-radius (contentious)
  • border-style
  • -webkit-appearance