(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&family=Roboto&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&family=Roboto&display=swap'); | ||
.blue_body{ | .blue_body{ | ||
− | width: | + | width: 100vw; |
/*background-color: #b1e7ef;*/ | /*background-color: #b1e7ef;*/ | ||
− | background: rgb( | + | background: rgb(255,255,255); |
− | background: linear-gradient(180deg, rgba(177,231,239,1) 39%, rgba(50,113,246,1) 100%); | + | //background: linear-gradient(180deg, rgba(177,231,239,1) 39%, rgba(50,113,246,1) 100%); |
} | } | ||
.overlay_container{ | .overlay_container{ | ||
Line 57: | Line 57: | ||
border-radius: 100%; | border-radius: 100%; | ||
width: 100%; | width: 100%; | ||
+ | height: 100%; | ||
cursor: pointer; | cursor: pointer; | ||
− | border: solid 5px # | + | border: solid 5px #04ADD2; |
} | } | ||
.person_image_div{ | .person_image_div{ | ||
Line 88: | Line 89: | ||
border-radius: 20%; | border-radius: 20%; | ||
width: 100%; | width: 100%; | ||
− | border: solid 5px # | + | border: solid 5px #3A9300 |
} | } | ||
.investigator_image_div{ | .investigator_image_div{ | ||
Line 107: | Line 108: | ||
} | } | ||
.table_title{ | .table_title{ | ||
− | color: | + | color: #45ACFF; |
font-size: 50px; | font-size: 50px; | ||
font-family: sans-serif; | font-family: sans-serif; |
Latest revision as of 01:33, 18 October 2021