Skip to content

Instantly share code, notes, and snippets.

@mjesusabarca
Forked from codeschool-courses/style.css
Created April 15, 2017 21:31
Show Gist options
  • Select an option

  • Save mjesusabarca/9a275fa7656755aff47df025c5b5c352 to your computer and use it in GitHub Desktop.

Select an option

Save mjesusabarca/9a275fa7656755aff47df025c5b5c352 to your computer and use it in GitHub Desktop.
Journey Into Mobile - Challenge 1-3
body {
font-size: 62.5%; /* 1em = 10px */
}
h1 {
font-size: 2.4em; /* 24px / 10px */
}
@mjesusabarca
Copy link
Author

Journey Into Mobile - Challenge 1-4**

h1 {
font-size: 4.375em; /* 70px / 16px /
}
h3 {
font-size: 2.5em; /
40px / 16px */
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment