Updates and Resources on Novel Coronavirus (COVID-19/SARS-CoV-2)
/* Container holding the image and the text */
.container-image {
position: relative;
text-align: center;
color: white;
}
/* Bottom left text */
.bottom-left {
position: absolute;
bottom: 8px;
left: 16px;
}
/* Top left text */
.top-left {
position: absolute;
top...