TEXT   50   0
   94 933 B    56

FillyClickCSS

By flutterpony
Created: 2020-12-31 17:08:56
Expiry: Never

  1. body{}
  2. body{margin:0px; padding:0px;}
  3.  
  4. #title{
  5. position:absolute;
  6. top:0px; left:222px;}
  7.  
  8. #clickables{visibility:hidden;}
  9.  
  10. #clickable-makeburger{
  11. visibility:visible;
  12. width:500px; height:500px;
  13. margin:20%;
  14. margin-top:100px;}
  15.  
  16. #buildingTitle{padding-bottom:3px;}
  17.  
  18. .building{height:70px;}
  19. #building-frycook{height:145px;}
  20. #building-burgerstand{height:147px;}
  21. #building-diner{height:70px;}
  22.  
  23. .building img{
  24. position:absolute;
  25. margin-left:0px; bottom:1px;}
  26.  
  27. .sell{
  28. position:relative;
  29. top:15px;}
  30.  
  31. #buildings{
  32. padding-bottom:0px;}
  33.  
  34. #box-store{
  35. position:absolute;
  36. right:0px;
  37. width:330px;}
  38.  
  39. #box-stats{
  40. position:absolute;
  41. left:309px; bottom:0px;
  42. padding-right:428px;}
  43.  
  44. #achievements{
  45. padding-bottom:50px;
  46. width:428px;}
  47.  
  48. #achievementTitle{
  49. font-size:1.3em;
  50. padding-left:35%}
  51.  
  52. </style>
  53. <script>alert('test');</script>
  54. <style>
  55.  
  56. #resources,#clickables,#buildings,#upgrades,#achievements,#log{}