Skip to content

Instantly share code, notes, and snippets.

@utautattaro
Created August 22, 2017 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save utautattaro/c645c8e21a15112b61288fe3a7a5b4d2 to your computer and use it in GitHub Desktop.
Save utautattaro/c645c8e21a15112b61288fe3a7a5b4d2 to your computer and use it in GitHub Desktop.
.container {
position: absolute;
background-color: rgba(51,51,51,0.6);
bottom: 0%;
left: 0%;
width: 100%;
height: 300px;
}
p{
color:#fff;
}
.myscore{
color:#ff0;
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment