3-1CSS
Sep 7
๐ Complete before class
- View Source design v.1
- ๐ Module 2.1 Design Fundamentals (52โ57)
- Codecademy: CSS 1-1 Setup and Syntax (7)
- Codecademy: CSS 1-2 Selectors (14)
- Pro Logo Designer Rebrands The LA Clippers (18:19)
Learning Objectives
- Give and receive structured peer feedback using โI Notice / I Wonderโ to develop critical observation skills.
- Apply five design fundamentals from Ch 2 to critique and sketch a redesign of a poorly designed website.
๐ Activity: Eye Movement Test
Section titled โ๐ Activity: Eye Movement TestโExcerptSection 2.1.2
Repeat the following activity as often as necessary while assessing your own design compositions or use it to give feedback to others. Use this Igor Stravinsky example first.
- Choose a composition to assessโfor example yours or your peerโsโor view a website robust with content.
- Close your eyes for a few seconds, then open them and look at the layout.
- Name each element that draws the focus of your eyes, in order of appearance.
- Review the order. Does it match the relative importance of each item in the context of information in the design?
- Consider potential issues with how the design leads your gaze. Do your eyes ever get stuck, leave the page, or struggle to find meaning when looking at the design?
- Update the design to reiterate the hierarchy of information.
๐ Activity: Explore the Power of CSS
Section titled โ๐ Activity: Explore the Power of CSSโExcerptSection 2.2.3
This activity puts your knowledge of paths to work to explore how websites use CSS to change the presentation of HTML files.
- Visit the CSS Zen Garden website at csszengarden.com.
- Click through the links in the menu on each page. As the design changes, notice the text does not. This site uses a simple but effective trick, loading different CSS files (indicated by the changing number in the URL) to underscore the power to control the presentation of HTML using CSS.
- Edit the URL of the site so that the number at the end looks like this: csszengarden.com/000 and press return. You are now viewing the unstyled page, or vanilla HTML. Created over twenty years ago, every contributor started with and evolved this basic HTML page, designing and coding layouts to reimagine the original.
Introduction to CSS
Section titled โIntroduction to CSSโFollowpages 64-74
- Fork the View Source project
- Add HTML boilerplate
- Add inline CSS
- Add
<style>tag with CSS - Switch to View Source demo or copy paste starter into yours
- Block
<div>and inline<span>elements - CSS Inheritance
- Class and Id selectors - Explore palettes at coolors.co
- CSS position and transform
- Use DevTools!
Related
Section titled โRelatedโHTML & CSS for Absolute Beginners: CSS syntax / formatting CSS (6:16)
๐ Homework
- ๐View Source
- ๐ Module 2.2 HTML and CSS (58-73)
- ๐ Module 2.3 JavaScript and DevTools (74-81)
- Codecademy: CSS 2-1 Visual Rules (10)
- Codecademy: CSS 3-1 The Box Model (17)

