Skip to content

Instantly share code, notes, and snippets.

@DestinyLuong
Created January 18, 2017 01:19
Show Gist options
  • Save DestinyLuong/0f0a9ad354290454ea57294404b080b3 to your computer and use it in GitHub Desktop.
Save DestinyLuong/0f0a9ad354290454ea57294404b080b3 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=0f0a9ad354290454ea57294404b080b3
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Roboto+Slab" rel="stylesheet">
<title>Page Title</title>
</head>
<body>
<h1>ScriptEd >_</h1>
</body>
</html>
/*
Task: On line 6 Use css to make the words on this page the color #ef5330
Bonus: Change the font-family of this text "Roboto Slab" font and
*/
h1 {
color;red
font-family:"Roboto Slab"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment