Daily Shaarli

All links of one day in a single page.

January 19, 2023

Creating 3D Illustrations with CSS - Frontend Horse
  • using transform-style: preserve-3d; on all elements
  • make cubes
  • add animations
  • one source of light and 3 shades:
    • Light: Direct light
    • Medium: Indirect light
    • Dark: No light

#idea #project we could build a library for this with SCSS. One to build objects, another that is a collection of items.