Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Let's make a game!
  2. name:Dunno
  3. desc:Dunno
  4. created:9/19/19
  5. updated:9/19/19
  6. version:1.0
  7.  
  8. Settings
  9. background:url.jpg
  10. building cost increase:115%
  11. building cost refund:50%
  12. stylesheet:stuff/bigBlue.css
  13.  
  14. CSS
  15. #game
  16. {
  17. background:cornflowerblue;
  18. font-family:"Times New Roman",Times,serif;
  19. color:black;
  20. }
  21. .thing
  22. {
  23. border-radius:8px;
  24. background:rgba(255,255,255,0.5);
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement