Skip to content

Instantly share code, notes, and snippets.

@tkjaergaard
Created February 28, 2012 22:49
Show Gist options
  • Select an option

  • Save tkjaergaard/1935817 to your computer and use it in GitHub Desktop.

Select an option

Save tkjaergaard/1935817 to your computer and use it in GitHub Desktop.
Badminton App css
* {
margin:0;padding:0;
-moz-animation-duration: 3s;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
animation-delay: 3s;
}
body,html {
width: 100%; height: 100%;
overflow: hidden;
position: relative;
font:25px/25px 'Lato', 'Nunito', 'Marvel', 'Doppio One',"lucida grande", Arial, Helvetica, sans-serif;text-rendering:optimizeLegibility; color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment