Skip to content

Instantly share code, notes, and snippets.

View lebeerman's full-sized avatar

dan beerman lebeerman

View GitHub Profile
@lebeerman
lebeerman / Notes - design to code.md
Last active May 29, 2019 18:08
Notes - Design to Code FE Masters

Design to Code Notes

Left vs Right brain is a myth! The brain is a muscle and technical/creative, whatever - flexing it makes it stronger, solving problems in new and different ways!

Front End Masters Course Source

Layout

Concepts:

  • Layouts and Grids - design in line, but tastefully break the system
@lebeerman
lebeerman / interviewQs.md
Last active March 15, 2018 17:41
List of Interview Questions + Notes at bottom

CSS:

  • What are CSS selectors?
  • What is the specificity of those selectors?
  • What is the difference between .class1.class2 and .class1 .class2 as a selector?
  • How do you center something in CSS?
  • How do floats work?