Slide 14
Slide 14 text
Media Queries
CSS3
…
@media screen and(min-width: 400px){
vonatkozó CSS beállításaink
}
@media screen and (min-width: 800px) {
vonatkozó CSS beállításaink
}
CSS
nem csak width lehet, hanem
height, device-w, dh, orientation, aspect-ratio, color, resulution etc.
lte IE8 - polyfill
Graceful Degradation (~ „elegáns leépítés”)
Progressive Enhancement (~ „fokozatos erősítés”)