-
-
Save mjesusabarca/9a275fa7656755aff47df025c5b5c352 to your computer and use it in GitHub Desktop.
Journey Into Mobile - Challenge 1-3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-size: 62.5%; /* 1em = 10px */ | |
| } | |
| h1 { | |
| font-size: 2.4em; /* 24px / 10px */ | |
| } |
Author
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
**<Journey Into Mobile - Challenge 1-2
h1 a {
font-size: 0.6666666667em; /* 16px / 24px */
}