Skip to content

Instantly share code, notes, and snippets.

@internetbird
Created May 17, 2016 07:30
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 internetbird/6ef4bf60dadd595b5994b9f5c2adfcb5 to your computer and use it in GitHub Desktop.
Save internetbird/6ef4bf60dadd595b5994b9f5c2adfcb5 to your computer and use it in GitHub Desktop.
FCC Proj1
<div class="container">
<h1 style="color:red">ZX81 Tribute Page</h1>
</div>
body{
background-image:url('https://upload.wikimedia.org/wikipedia/commons/8/89/ZX81-closeup.jpg');
background-size:cover;
}
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment