Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.24 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.24 KB
summary time deliverables
Record yourself reading out some CSS to get practice joining the language & code parts of your brain.
1 hour
A GitHub Issue

Speak the look

Overview

  • Fork this repository.
  • Record yourself reading the below CSS out-loud.
  • Upload the audio file to a GitHub Issue for your teacher to hear.

CSS to read

html {
  font-family: Georgia, serif;
  color: #222;
}

h1 {
  font-size: 2rem;
  font-weight: normal;
}

.wrapper {
  max-width: 38em;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.25rem
}

blockquote footer {
  text-align: right;
  font-style: italic;
  color: #ddd;
}

Hand in

On GitHub’s website, on your forked repository, create an Issue labeled “Solution”—and tag your teacher.

Record yourself speaking the answer—and upload/drop it into the GitHub Issue body. (You’ll have to zip the audio file before GitHub will allow you to drop it into an Issue.)

Read out the CSS, selectors, properties, values, etc. Here’s an example of what the recording would sound like (using different content).

Don’t forget to tag your teacher!