what do we use to change our css at separate breakpoints and make our website responsive?
media queries
what is the pre processor we use for our styling at lambda?
LESS
what is github pages?
a static site hosting service used to deploy git repositories
name 3 units of measurement in CSS
px, vh, vw, %, em, rem
what can we use to hold essential values for reuse with LESS
what would you incorporate with your IDE to see your changes instantly?
live server/ server
what is the difference between em and rem?
em is relative to its direct parent while rem is only relative to the root
what is called when we use a class to define the styles of another class?
Mixins
what is the purpose of npm?
npm is a package manager used to download different libraries
what are the four different layout a website could be made in
Fixed, Fluid, Adaptive, Responsive
what is the central location that all our imports will be held?
index.less
name 5 git commands
add pull commit merge rebase config status clone branch checkout etc.
which of these is NOT a unit of measurement in CSS
ch, pt, nm, mm,
nm does not exist in CSS
what is the difference between mixins and parametric mixins
parametric mixins use arguments and parameters in their syntax like JavaScript
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