Skip to content

Instantly share code, notes, and snippets.

@kahunamoore
Created September 19, 2017 07:42
Show Gist options
  • Select an option

  • Save kahunamoore/dfe38c49cfadf544a2e16e311047c556 to your computer and use it in GitHub Desktop.

Select an option

Save kahunamoore/dfe38c49cfadf544a2e16e311047c556 to your computer and use it in GitHub Desktop.
Week #2

Week 2

JavaScript Basics

Monday

Lecture

  • Tables
  • CSS Table Styling

Lab

  • Tables
  • CSS Table Styling

Thursday

Lecture

  • Elems: children (<title> <style> )
  • Elems: <textarea> Attrs: disabled="true" CSS Media queries (@screen, etc.) Box model (use Chrome dev tools example) CSS pseudo-states (:hover) More selectors ([attribute="value"], etc.) Semantic elements ( Non-semantic elements ( ) Layout techniques Tables display style positioning grids flexbox grid flow none Aria (sight and mobility impared) Lab position: absolute; position: relative; display: inline; display: block; display: flex; display: grid;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment