Skip to content

Instantly share code, notes, and snippets.

@willyv78
Created February 4, 2016 14:15
Show Gist options
  • Save willyv78/bcf756a38a2842269ae6 to your computer and use it in GitHub Desktop.
Save willyv78/bcf756a38a2842269ae6 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, blue);
min-height: 100vh;
background-repeat: no-repeat;
color: #FFF;
}
h1{
text-align: center;
font-size: 14vh;
}
h2{
text-align: center;
}
<body>
<h1>Hola tu</h1>
<h2>Que hay de tu vida</h2>
</body>
alert('Hello world!');
{"view":"separate","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment