Assignment 8: CSS
Resources
- The first three sections on this HTML Dog page list the more common CSS properties you'll be using.
- This CSS cheat sheet is a bit more terse but you might find it useful.
- There are more exhaustive references on CSS-Tricks and the Mozilla Developer Network.
- Here's a video I made on using CSS in CartoDB.
Part 1: Add some CSS to a CartoDB visualization
Using a visualization from Assignment 7 (or a new one), use CSS to edit your infowindow and legend. Try to make both fit the style of your basemap and data.
Part 2: Improve your HTML page from Assignment 7
Using the page from Assignment 7, add CSS to style it. Consider fonts, colors, and positions when making your changes. Use at least three selectors, and select based on your elements' classes for at least one.
Submitting your work
Submit a your code and a link to the visualization you edited for Part 1.
Submit a link to your page, online for Part 2.
You may optionally choose to include a short paragraph response or summary of your work.