Content
- CSS, Cascading Style Sheets
- How to add (inline, internal, external)
- Syntax (declaration, properties, values)
- Selectors
- Specificity, inheritance
- Basic layout
- Frameworks and preprocessors
Self studies
In this lecture there is no time to go through each and every selector or property in CSS. Make sure to make yourself familiar with the most common ones including, but not limited to:
Properties:
- background-..., border-..., clear, color, float, font-..., margin-..., max-..., min-..., overflow, padding-..., position, text-..., width, z-index
Selectors:
- Type selectors
- Class selectors
- ID selectors
- Attribute selectors
- Combinators (A + B, A ~ B, A > B, A B)
- Pseudo-element (::after, ::before...)
- Pseudo-classes (:active, :checked, :disabled, :first....)
Resources
- HTML-presentation
- Recording 2017-08-30, 13:15-15:00 (Youtube)
- Recording 2016-08-31, 13:15-15:00 (Youtube)