Skip to content

Record yourself reading out some CSS to get practice joining the language & code parts of your brain.

Notifications You must be signed in to change notification settings

ltw-webdesign-1/speak-the-look

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Record yourself reading out some CSS to get practice joining the language & code parts of your brain.

Resources

Stars

Watchers

Forks