Lesson One: Media Queries
Media queries are the most important feature a web developer will use when making a responsive
layout, they are esstentially CSS' version of if statements that allow you to specify a
condition and change an element or classes style depending on its current condition.
Media queries are commonly used for making your webpage appear differently depending on
the users screensize or screen orintation.
Below is the code to change a div containers background color depending on if the
browser window is bigger than 1000px
Hi I am a cool paragraph and will change to a green background at a width of 1000px