Learnings: Difference between revisions

From Wiki
(Add CSS grid garden)
(Fix the line breaks messed up by the Visual Editor)
Line 13: Line 13:
==== Courses ====
==== Courses ====
* '''Course on CSS basics on edX''' <br /> https://courses.edx.org/courses/course-v1:W3Cx+CSS.0x+3T2017
* '''Course on CSS basics on edX''' <br /> https://courses.edx.org/courses/course-v1:W3Cx+CSS.0x+3T2017
* '''Course on CSS Advanced Concepts on edX'''   https://courses.edx.org/courses/course-v1:Microsoft+DEV218x+1T2018/course/
* '''Course on CSS Advanced Concepts on edX''' <br /> https://courses.edx.org/courses/course-v1:Microsoft+DEV218x+1T2018/course/


==== Readings ====
==== Readings ====
* '''W3C specification'''   https://www.w3.org/TR/CSS
* '''W3C specification''' <br />  https://www.w3.org/TR/CSS
* '''CSS tricks'''  https://css-tricks.com/snippets/css/
* '''CSS tricks''' <br />   https://css-tricks.com/snippets/css/


==== Games ====
==== Games ====
* '''CSS Diner -''' learn CSS selectors  https://flukeout.github.io/
* '''CSS Diner -''' learn CSS selectors <br />   https://flukeout.github.io/
* '''Flexbox Froggy''' - learn CSS flexbox   https://flexboxfroggy.com/
* '''Flexbox Froggy''' - learn CSS flexbox <br />  https://flexboxfroggy.com/
* '''CSS Grid Garden''' - learn CSS grid  https://cssgridgarden.com/
* '''CSS Grid Garden''' - learn CSS grid <br /> https://cssgridgarden.com/

Revision as of 06:40, 19 October 2018

This is a log of all the things I've learnt over time, with resources if public. This is mostly for referring back to things when I need them.

General

Design

CSS

I have taught myself CSS by using the following resources.

Courses

Readings

Games