Skip to content

Instantly share code, notes, and snippets.

View dirkdunn's full-sized avatar

Dirk Dunn dirkdunn

  • Cognizant
  • Burlington, VT
View GitHub Profile

CSS Positioning & Layout

Lesson Objectives

  • Explain the CSS Box Model
  • Adjust element spacing using padding and margin
  • Describe the difference between block, inline, and inline-block elements
  • Explain the difference between and use cases of: static, relative, fixed, & absolute positioning
  • Create floating elements to position content removed from the standard document flow
  • Explain what Flexbox is and how to use it
@dirkdunn
dirkdunn / RESPONSIVE.md
Last active December 7, 2017 19:57 — forked from mdang/RESPONSIVE.md
Responsive Design

Responsive Web Design & Bootstrap Framework

Lesson Objectives

Part 1
  • Describe the benefits of using responsive design
  • Describe what it means to go mobile first
  • Explain the difference between a responsive website and a mobile-specific website
  • Describe how to test responsive layouts while developing
  • Use media queries to target viewport sizes