coronaindia
Version:
COVID19 India Tracker, predictive analytics and research. Built by engineers, data scientists, AI and medical professionals.
49 lines (41 loc) • 766 B
CSS
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);
body{
}
.botAnime{
float: right;
position: fixed;
/* position: -webkit-sticky;
position: sticky;*/
top: 1px ;
right: 5px;
z-index: 10;
}
.dg.ac {
display: none;
}
#contact {
font-family: 'dancing script', sans-serif;
position: fixed;
left: 0;
right: 0;
bottom: 20px;
margin: 0 auto;
width: 280px;
text-align: center;
font-size: 12px;
}
#contact a, #loading {
font-family: 'open sans', sans-serif;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
}
#contact span {
color: #4e285f;
font-size: 22px;
margin: 0 5px
}
#loading {
font-size: 14px;
}