Responsive Design
Preprocessing
Programming Basics
100

what do we use to change our css at separate breakpoints and make our website responsive?

media queries

100

what is the pre processor we use for our styling at lambda?

LESS

100

what is github pages?

a static site hosting service used to deploy git repositories 

200

name 3 units of measurement in CSS

px, vh, vw, %, em, rem

200

what can we use to hold essential values for reuse with LESS 

Variables
200

what would you incorporate with your IDE to see your changes instantly?

live server/ server

300

what is the difference between em and rem?

em is relative to its direct parent while rem is only relative to the root 

300

what is called when we use a class to define the styles of another class?

Mixins

300

what is the purpose of npm?

npm is a package manager used to download different libraries

400

what are the four different layout a website could be made in

Fixed, Fluid, Adaptive, Responsive

400

what is the central location that all our imports will be held?

index.less

400

name 5 git commands


add pull commit merge rebase config status clone branch checkout etc.

500

which of these is NOT a unit of measurement in CSS

ch, pt, nm, mm, 

nm does not exist in CSS

500

what is the difference between mixins and parametric mixins

parametric mixins use arguments and parameters in their syntax like JavaScript 

500

what is an IDE and what does it stand for?

Integrated Development Environment -- a software application that provides a variety of tools a developer can use ex: vscode or atom