Skip to content

Instantly share code, notes, and snippets.

@taizooo
Created November 30, 2013 07:04
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 taizooo/7716217 to your computer and use it in GitHub Desktop.
Save taizooo/7716217 to your computer and use it in GitHub Desktop.
body {
background-image: url(http://gyazo.com/1197269282441badd7bbe414fd960e1a.png);
background-attachment: fixed;
background-repeat: repeat;
color:rgb(204,204,204);
}
#wrapper {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
}
#profileContainer h1,
#buttons {
font-family: 'arial black' sans-serif;
line-height: 0.8em;
font-size:8em !important;
}
#top {
opacity:0.5;
}
#top:hover {
opacity:1.0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment