Wednesday, December 10, 2014

Responsive Layout

There are multiple ways to implement responsive layout but it seems like the best way is through media queries like you mentioned. I read about them on w3schools and jquerymobile. I didn't realize that you could also make portrait and landscape modes for a web page. I don't really know how to use media queries to change a web page from a desktop site to a mobile site though. I'll try to apply it anyway, like adding a navbar or even just changing the background color depending on the screen size.

1 comment:

  1. For these first two applications (the matching and the select which category it belongs to) we can avoid media queries. Just divide the screen in half for the first one and use the whole width of the screen for the second one. It will look a little odd on large screens, and great on small ones.

    ReplyDelete