You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
355 B
30 lines
355 B
body{ |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
margin: 0 auto; |
|
height: 100vh; |
|
background-color: #f1f1f1; |
|
} |
|
|
|
table{ |
|
width: 80%; |
|
} |
|
|
|
.font{ |
|
font-size: 2em; |
|
font-family: 'Impact', 'fantasy'; |
|
text-align: center; |
|
} |
|
|
|
.td_title{ |
|
width: 200px; |
|
} |
|
|
|
.td_data{ |
|
width: 100px; |
|
} |
|
|
|
input{ |
|
vertical-align: middle; |
|
} |