Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. .text {
  2.     color: white;
  3.     text-align: center;
  4.     font-family: 'Hepta Slab', serif;
  5.     font-size: 15px;
  6.     margin: 30px;
  7. }
  8.  
  9. .finalResult {
  10.     color: white;
  11.     text-align: center;
  12.     font-family: 'Hepta Slab', serif;
  13.     font-size: 15px;
  14.     margin: 30px;
  15. }
  16.  
  17. .buttons {
  18.     margin: 30px;
  19. }
  20.  
  21. .Calcuate {
  22.     margin-right: 400px;
  23.     margin-left: 400px;
  24. }
  25.  
  26. .ClearText {
  27.     margin-right: 400px;
  28.     margin-left: 400px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement