Difference between revisions of "Positional vs thematic"

From ProgClub
Jump to: navigation, search
Line 1: Line 1:
 +
I'm thinking about which CSS attributes are [[#Positional|positional]] vs. [[#Thematic|thematic]]. Positional attributes can vary in a responsive design whereas thematic attributes will not.
 +
 
= Positional =
 
= Positional =
  

Revision as of 12:02, 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 not.

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
  • clear
  • vertical-align
  • text-align

Thematic

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