Skip to content

Instantly share code, notes, and snippets.

@Shurlow
Last active October 2, 2018 04:28
Show Gist options
  • Save Shurlow/fc1a1e5752cc8a34f0b6660beeb42a3e to your computer and use it in GitHub Desktop.
Save Shurlow/fc1a1e5752cc8a34f0b6660beeb42a3e to your computer and use it in GitHub Desktop.
CSS layout with frameworks notes

CSS Frameworks

Objectives

  • Describe what a CSS framework is
  • Explain what a CSS grid system is
  • Use CDNs to install a CSS framework
  • Use Boostrap to implement a dynamic layout
  • Use a framework other than boostrap to implement a dynamic layout

Guiding Questions

  • What is a CSS framework? How is a framework different than a library?

    Your answer...

  • What is a CDN?

    Your answer...

  • What is a CSS grid system?

    Your answer...

  • What is the difference between a container, a row, and a column? Can you have containers inside of containers? Rows inside of rows? Columns inside of columns?

    Your answer...

  • Implement the following "Holy Grail Layout" using boostrap

    Your code here: https://codepen.io/scotthurlow/pen/MBEwRz?editors=1100

Challenge

Try completing the Bootstrap Mocks Assignment.

Popular CSS Frameworks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment