The Modern Web Platform: (01) Introduction and Primer
Explore layout and styling factors that apply to HTML interfaces in general, in addition to those which enable the unique interactions that exist in mobile apps. Hear how HTML relies on the powerful CSS language to control where and how the visual elements appear on the screen and how the user interacts with their data.
Full course outline:
G'day. Excellent tutorial....congrats guys.
Just thought I'd mention that it is best practice to be as specific as possible when using selectors. So instead of *.li, it should have been #links > ol > li {color:red}