CSC360: Homework for Tuesday [15/17] |
Do a little research on responsive design
. Use your
favorite searc engine.
Create a simple web page with three sections:
The three sections should be left-to-right for wide screens and top-to-bottom for narrow screens.
You should not use fixed size containers for the text. Instead, you should allow the containers to vary in size and the text to reflow inside the containers.
You can use a CSS library. Include the library when you hand in
your code (or use a link to a content delivery network
).
You will hand in a zip file containing you webpage and any
auxiliary files.
I may show these in class, so keep it clean!