Created
October 17, 2016 20:49
-
-
Save anaguzmn/98ffba446acd185b5b4abe7a9bfd0313 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=98ffba446acd185b5b4abe7a9bfd0313
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet"> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<h1>ScriptEd >_</h1> | |
</body> | |
</html> |
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
/* | |
Task: On line 6 Use css to make the words on this p #ef5330 | |
Bonus: Change the font-family of this text "Roboto Slab" font and | |
*/ | |
h1{ | |
color:#ef5330; | |
font-family: 'Roboto Slab', serif; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment