forked from vikashiscool/FEWD-UXDI-2day
-
Notifications
You must be signed in to change notification settings - Fork 5
Lesson Helpers
Kay edited this page Dec 30, 2015
·
1 revision
For the duration of the workshop, we will focus on practicing the following concepts. Students who feel up-to it are completely encouraged to challenge yourself and go beyond these helpers.
- Block elements:
div | h1, h2 ...h6 | p | ul | ol | form | table
- Inline elements:
a | img | button | input | b, i, u | span
- Attributes:
id | class
- Selectors:
element | .class | #id
- Properties:
color | background-color | padding | margin | width | height | float
Frontend Crash Course