Advertisement
Benw79

Custom

Nov 26th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 KB | None | 0 0
  1. #resources {
  2.     position: fixed;
  3.     background: #999999;
  4.     margin-left: 21%;
  5.     margin-top: 28px;
  6.     left: 28px;
  7.     top: 0;
  8.     width: 15%;
  9.     height: 100px;
  10. }
  11.  
  12. #clickables {
  13.     position: fixed;
  14.     background: #999999;
  15.     margin-top: 28px;
  16.     margin-left: 42.5%;
  17.     top: 45%;  
  18.     left: 0;
  19.     width: 15%;
  20.     height: 10%;
  21. }
  22.  
  23. #buildings {
  24.     position: fixed;
  25.     background: #999999;
  26.     left: 0;
  27.     top: 25%;
  28.     width: 20%;
  29.     height: 60%;
  30. }
  31.  
  32. #upgrades {
  33.     position: fixed;
  34.     background: #999999;
  35.     margin-top: 60px;
  36.     top: 0;
  37.     left: 0;
  38.     width: 20%;
  39. }
  40.    
  41. #achievements {
  42.     position: fixed;
  43.     background: #999999;
  44.     overflow: auto;
  45.     margin-top: 28px;
  46.     margin-right: 25px;
  47.     top: 0;
  48.     right: 0;
  49.     width: 260px;
  50.     height: 150px;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement