Advertisement
Integery

Untitled

Dec 13th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. #Kalk * {
  2.   font-size: 16px;
  3. }
  4.  
  5. #Kalk table {
  6.   margin: 0 auto;
  7.   border: solid 3px black;
  8.   border-spacing: 3px;
  9.   background-color: white;
  10. }
  11.  
  12. #Kalk table td {
  13.   border-spacing: 3px;
  14. }
  15.  
  16. td.disp {
  17.     display: flex;
  18.     flex-direction: column;
  19. }
  20.  
  21. input.display {
  22.   width: 166px;
  23.   text-align: right;
  24.     align-self: center;
  25. }
  26.  
  27. td.buttons {
  28.   border-top: solid 1px black;
  29.     padding: 10px;
  30. }
  31.  
  32. input[type=button] {
  33.   width: 40px;
  34.   height: 30px;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement