Skip to content

Instantly share code, notes, and snippets.

@Angelfirenze01
Last active January 9, 2020 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Angelfirenze01/5a486667d7500a3238923c04026c2dbf to your computer and use it in GitHub Desktop.
Save Angelfirenze01/5a486667d7500a3238923c04026c2dbf to your computer and use it in GitHub Desktop.
Quiz Ninja - JavaScript: From Novice to Ninja by Darren Jones - Sitepoint
<title>Quiz Ninja</title>

Quiz Ninja!

<script src="js/scripts.js"></script>
// Welcome the user
alert("Welcome to Quiz Ninja!");
* {
margin: 0;
padding: 0;
}
header {
font: bold 36px/120% Arial, Helvetica, sans-serif;
background: #333;
color: #c00;
text-transform: uppercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment