Advertisement
Guest User

Untitled

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