3 Responsive Design
3 Responsive Design
Design
Jogesh K. Muppala
Mobile rst
Fluid images
Well look at Bootstrap support later
Media queries
Media Queries
CSS technology to apply some styles based on the
size of the viewport
e.g.,
@media screen and (min-width: 600px) {
/* CSS styles customized for desktop */
}
How do we do this?
For beginners, start with a UI framework with
responsive design built-in
Once you get sucient experience, then you
can tweak the framework segngs to suit your
needs