Blue Blog
Opinions
CSS Notes DBC
Categories: Tech
  • CSS MORE FUN 9/6/13
    inventory pages, etc (wireframe)
    note the behavior you want to your CSS (i.e. header keep it low always)

    inspiration
    CSS zen garden
    Pattern Tap
    Unmatched Style
    wire framing!
    WIREFRAME.CC

    responsive design:
    ⁃ web content that response to device or viewport
    ⁃ boston globe good eample
    ⁃ use css media queries

    CSS organization
    ⁃ Object Oriented CSS
    ⁃ SMACSS
    ⁃ front end legos

    Cross Browser Compatability
    ⁃ DOES NOT need to look the same in every browser.
    ⁃ needs to be FUNCTIONAL
    ⁃ The principles of cross browser CSS coding

  • https://developer.mozilla.org/en-US/docs/Web/CSS/Reference

  • Don’t use BR tags
    don’t use Center tags

    Leave a Reply