Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. html {
  2. font-size: 50%;
  3. }
  4. .calc {
  5. border: 1px solid #ccc;
  6. height: 350px;
  7. width: 300px;
  8. }
  9. button{
  10. height: 60px;
  11. width: 60px;
  12. background-color: white;
  13. font-size:20
  14.  
  15.  
  16. }
  17. .d{
  18. background-color: black;
  19. width: 250px;
  20. height: 50px;
  21. font-size:30px;
  22. color: white;
  23. text-align: right;
  24.  
  25. }
  26. .AC{
  27. background-color: red;
  28. }
  29. .uguale{
  30. background-color: #2e86c0;
  31. border-color: #337cac;
  32. color: #fff;
  33. /*height: 50%;*/
  34.  
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement