Skip to content

Instantly share code, notes, and snippets.

@ddprrt
Created May 15, 2013 11:57
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 ddprrt/5583462 to your computer and use it in GitHub Desktop.
Save ddprrt/5583462 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
*/
html, body { height: 100%; }
body {
background: black;
color: red;
font-family: sans-serif;
text-align: center;
font-size: 170px;
font-weight: bold;
display: box; display: flexbox;
box-align: center; flex-align: center;
box-pack: center; flex-pack: center;
}
span {
display: block;
animation: durr 0.7s infinite alternate;
}
@keyframes durr {
0% {
text-shadow: 0px 0px 0px rgba(255, 0, 0, 1);
}
100% {
text-shadow: 3px 0px 70px rgba(255, 0, 0, 1);
}
}
<!-- content to be placed inside <body>…</body> -->
<span>BUILD FAILED IN JENKINS</span>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment