Skip to content

Instantly share code, notes, and snippets.

@julia-r
Created March 22, 2018 14:08
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 julia-r/0204964a013367f70ebdc3ccd6153981 to your computer and use it in GitHub Desktop.
Save julia-r/0204964a013367f70ebdc3ccd6153981 to your computer and use it in GitHub Desktop.
Untitled
#container { }
footer { }
#container {
background-color: skyblue;
margin: 0;
padding: 0;
}
footer {
background-color: grey;
}
h1 {
margin: 0;
}
<div id="container">
<h1>Hello World!</h1>
<footer>Imprint</footer>
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment