Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
57 lines (39 loc) · 1.77 KB

week-3.md

File metadata and controls

57 lines (39 loc) · 1.77 KB

Week 3

Inspiration

Codrops Tutorials by @crnacura.

Table of Contents

Slides

  • [Lecture-3][slides-lecture]

Theory

Lab

New and shiny

Play around with some 'new' CSS features

Synopsis

  • Time: 16:00h
  • Due: before lecture 4

Description

CSS is in constant development and new selectors (features) are being added to the language. Things like clip-path, mix-blend modes, custom properties. It's time to play around with them. The CSS almanac or Codrops Reference are both good starting points. The possibilities are endless so, do experiment! Here are some properties that might be useful, most of these can also be animated:

  • CSS Custom Properties
  • Clip Paths and Masks
  • Font variants (variable fonts)
  • Blend modes
  • Writing modes

Try to experiment a bit, see which of these properties are useful for your specific artwork. I encourage you to try at least 3 different properties.

Extra resources