Skip to content

Instantly share code, notes, and snippets.

View JackTheKiller's full-sized avatar

Gabriel Fernandes Monteiro JackTheKiller

View GitHub Profile
<div class="wrapper">
<h1>Maintaining CSS Style States using "Infinite" Transition Delays</h1>
<div class="device">
<button class="up"></button>
<button class="down"></button>
<button class="left"></buton>
<button class="right"></button>
<div class="screen">
@JackTheKiller
JackTheKiller / dabblet.css
Created February 23, 2012 10:47
TV screen
/**
* TV screen
*/
html { background: white; }
.tv {
position: relative;
width: 200px;
height: 150px;