Reply to thread

Best thing to do is resize your internet browser. You can clearly see the responsive design take effect.


The basic premise is a lot of elements are now maximum width instead of fixed width or use percentages. Then on top of that you have media queries that can remove, move, resize and do many other fancy things based on the view width of the browser.


There's also a lot of javascript stuff in there too.


But the bulk of it is bog standard CSS.


Back
Top Bottom