Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <craft name="electron">
  2. <info>
  3. <title>Bohr Model Electron</title>
  4. </info>
  5.  
  6. <style>
  7. .electron{
  8. color: lightskyblue;
  9. }
  10. .labelText{
  11. color: black;
  12. }
  13. </style>
  14.  
  15. <stack spacing="-0.7">
  16. <h5 class="labelText" t="scale(0.75)">e</h5>
  17. <sphere class="electron" t="scale(1.25)"></sphere>
  18. </stack>
  19. </craft>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement