typography

Class Tuesday, January 15, 2019

 Today’s goals:

  • Learn about 2D transforms and the transform property
  • Learn about web typography (how text is used in web design)

 Today’s featured website:

 2D transforms & the transform property

  • From W3Schools.com: CSS transforms allow you to translate, rotate, scale, and skew elements. A transformation is an effect that lets an element change shape, size and position. CSS supports 2D and 3D transformations. We’re doing 2D today. The transform property is a great one to use to create animations with CSS.
  • Let’s look at the transform property  and its numerous (fun) values
  • Download this code  and let’s review it together. This webpage shows two different animations applied to two images using the transform property and its rotate and translate values.
  • Note: The transform property  and its different values for translating, rotating, scaling, and skewing is useful on its own without animation. For example, it can be used to to rotate images like you see here. 
  • Do now: Try these 4 exercises  for the transform property to practice translate, rotate, scale, and skew. These aren’t animations- you’re practicing using the transform property and its values (see here for code help )

 Typography in Web Design

3 thoughts on “Class Tuesday, January 15, 2019

Comments are closed.