Line 79: | Line 79: | ||
} | } | ||
.table_title{ | .table_title{ | ||
− | color: | + | color: black; |
font-size: 50px; | font-size: 50px; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
Line 97: | Line 97: | ||
@keyframes rise_up{ | @keyframes rise_up{ | ||
from{ | from{ | ||
− | bottom: | + | bottom: -200% |
} | } | ||
to{ | to{ | ||
− | bottom: | + | bottom: 0%; |
} | } | ||
} | } |
Revision as of 02:35, 27 September 2021