Breakpoints, Codecademy, Learn Responsive Design, Media Queries VIDEO
In this video we look at CSS breakpoints. A breakpoint is a point at which a site no longer appears properly. We can set breakpoints so that when a screen size meets set media queries, it can adjust correctly. For example to target a device such as a tablet that is in landscape mode, we can create this type of breakpoint: @media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) { /* CSS RULE */ }
Other Videos By We Will Code 2017-11-20 SQL's UPDATE Command, Learn SQL, Codecademy, Manipulation 2017-11-17 Node JS Express Tutorial, Install Express JS, Express App 2017-11-17 SQL's SELECT Command, Learn SQL, Codecademy, Manipulation 2017-11-16 SQL's Insert Command, Learn SQL, Codecademy, Manipulation 2017-11-15 Create Statement, Learn SQL, Codecademy, Manipulation 2017-11-14 Statements, Learn SQL, Codecademy, Manipulation 2017-11-13 Relational Databases, Learn SQL Codecademy, Manipulation 2017-11-11 Introduction, Learn SQL, Codecademy, Manipulation 2017-11-09 Introduction to Codecademy's "Learn SQL" Course 2017-11-09 Review: Media Queries, Codecademy, Learn Responsive Design 2017-11-08 Breakpoints, Codecademy, Learn Responsive Design, Media Queries 2017-11-07 Comma Separated List, Codecademy, Learn Responsive Design 2017-11-02 And Operator, Codecademy, Learn Responsive Design, Media Queries 2017-10-31 Dots Per Inch(DPI), Codecademy, Learn Responsive Desgn, Media 2017-10-24 Range, Codecademy, Learn Responsive Design, Media Queries 2017-10-19 Media Queries, Codecademy, Learn Responsive Design 2017-10-15 Responsive Web Design, Codecademy, Learn Responsive Design, Media Queries 2017-10-13 2 Great Ways To Reverse A String In Javascript, Codewars 2017-10-13 16 Questions & Answers About Sizing Elements Responsively 2017-10-13 Review: Relative Measurements, Codecademy, Learn Responsive Design, Sizing Elements 2017-10-11 Scaling Background Images, Codecademy, Learn Responsive Design, Sizing Elements
Tags: responsive web design
responsive html
codecademy tutorials
media queries
breakpoints
css rule