Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. .container {
  2. position: absolute;
  3. background-color: rgba(51,51,51,0.6);
  4. bottom: 0%;
  5. left: 0%;
  6. width: 100%;
  7. height: 300px;
  8. }
  9.  
  10. p{
  11. color:#fff;
  12. }
  13.  
  14. .myscore{
  15. color:#ff0;
  16. font-size: 18px;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement