Skip to content

Instantly share code, notes, and snippets.

@anaguzmn
Created October 17, 2016 20:49
Show Gist options
  • Save anaguzmn/98ffba446acd185b5b4abe7a9bfd0313 to your computer and use it in GitHub Desktop.
Save anaguzmn/98ffba446acd185b5b4abe7a9bfd0313 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=98ffba446acd185b5b4abe7a9bfd0313
<!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>
/*
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