Skip to content

Latest commit

History

History
71 lines (54 loc) 路 3.21 KB

week-1.md

File metadata and controls

71 lines (54 loc) 路 3.21 KB

Week 1

Table of Contents

Inspiration

The Experimental Layout Lab by Jen Simmons by @jensimmons.

Slides

Theory

Lab

Steal like an artist

Recreate your chosen piece of artwork in the browser.

Synopsis

  • Time: 16:00h
  • Goals: subgoal 1, subgoal 2, subgoal 3 & subgoal 4
  • Due: before lecture 2

Description

Build your artwork inside the browser. Start with an html breakdown, sketch out on paper. What html elements do you need? Then start creating a boilerplate inside of your github repository. What files do you need? Play around inside of the Developer Tools (firefox, safari, chrome) to tweak your design.

  • Do you need SVGs for certain elements?
  • What types of styling can you do with CSS? What selectors can you use?
  • How are you going to layout the page? Do you need to use flexbox or css-grid?
  • How does it need to look based on different screen sizes? Should it be responsive?

Extra resources

Playground