Advertisement
ETeggs

asteriods.css

Nov 27th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. /* BODY CSS */
  2.  
  3.  
  4. AnchorPane{
  5. -fx-background-color: #000000;
  6. -fx-min-width: 750;
  7. -fx-max-width: 750;
  8. -fx-min-height: 550;
  9. -fx-max-height: 550;
  10.  
  11. }
  12.  
  13. BorderPane{
  14. -fx-background-color: #909090;
  15.  
  16. }
  17.  
  18. SpaceShip{
  19. -fx-fill: linear-gradient(#00FF00, #000030, #00FF00);
  20. -fx-stroke: #00FF00;
  21. -fx-stroke-width: 1;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement