Agubhagu

PaleoIdleCSS

Aug 1st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. body
  2. {
  3. background:#664439;
  4. color:#F5EFCB;
  5. }
  6.  
  7. #resources,#clickables,#buildings,#upgrades,#achievements,#log
  8. {
  9. color:rgb(15, 0, 0);
  10. background-color:brown;
  11. font-family: Georgia, bold, serif
  12. }
  13. #resources{
  14. outline-style: ridge, groove;
  15. border-width: 10px 9px 11px 10px;
  16. border-left: 5px solid rgb(95, 48, 41)
  17. margin-top: 100px;
  18. margin-bottom: 50px;
  19. margin-right: 180px;
  20. margin-left: 80px;
  21. }
  22. #buildings{
  23. margin-right: 200px;
  24. padding: 10px;
  25. width: 70px;
  26. text-align: justify;
  27. }
  28.  
  29.  
  30. </style>
  31. <script>alert('test');</script>
  32. <style>
Add Comment
Please, Sign In to add comment