This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/4-data-visualization/4-choropleth/index.scss

22 lines
294 B
SCSS
Raw Permalink Normal View History

html {
text-align: center;
margin: 0;
height: 100vh;
width: 100vw;
background-color: navajowhite;
}
#tooltip{
display: none;
height: 25px;
width: 100px;
opacity: 0.8;
border-radius: 5px;
padding: 10px;
position: fixed;
z-index: 10;
}
#chart {
text-align: center;
}