Line 9: | Line 9: | ||
.overlaying_div_top{ | .overlaying_div_top{ | ||
position: absolute; | position: absolute; | ||
− | |||
} | } | ||
.wave{ | .wave{ | ||
− | |||
position: absolute; | position: absolute; | ||
bottom: 0%; | bottom: 0%; | ||
Line 34: | Line 32: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
− | |||
} | } | ||
.full_screen_table{ | .full_screen_table{ | ||
Line 40: | Line 37: | ||
position: relative; | position: relative; | ||
border | border | ||
− | |||
} | } | ||
#team_table_div{ | #team_table_div{ | ||
background-color: blue; | background-color: blue; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.td_person_table{ | .td_person_table{ | ||
position: relative; | position: relative; | ||
border: 5px solid #CDECA9; | border: 5px solid #CDECA9; | ||
border-radius: 50px; | border-radius: 50px; | ||
− | |||
} | } | ||
.person_image_div img{ | .person_image_div img{ | ||
Line 64: | Line 51: | ||
} | } | ||
.person_image_div{ | .person_image_div{ | ||
− | |||
− | |||
width: 200px; | width: 200px; | ||
margin-left: 50%; | margin-left: 50%; | ||
Line 100: | Line 85: | ||
@keyframes rise_up{ | @keyframes rise_up{ | ||
from{ | from{ | ||
− | bottom: -200% | + | bottom: -200%; |
} | } | ||
to{ | to{ |
Revision as of 03:11, 27 September 2021