Aayush Arora
@angularboy
Why Responsive design?
Not a language, its a collection of techniques
<meta name="viewport" content="width=device-width, initial-scale=1">
@media (query) {
/* CSS Rules used when query matches */
}
.container {
display : flex ;
flex-wrap: wrap;
}
Codelab Part-1
width < = 480px
480px < width < = 720px
1. Mostly Fluid
2. Column-drop
3. Layout-shifter