cerebellum-alcohol-infographic/css/style.css
2021-10-16 21:23:03 +01:00

40 lines
535 B
CSS

header {
margin-top: 2rem;
margin-bottom: 4rem;
}
.vertical-space {
width: 100%;
height: 1px;
margin-top: 2rem;
margin-bottom: 2rem;
}
.text-center {
text-align: center;
}
.alcohol-abuse-chart-box {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
flex-direction: column;
}
.alcohol-abuse-chart-box p {
margin-top: 1rem;
}
.heading h1, .heading h2 {
text-align: center;
}
svg {
height: 800px;
}
#Alcohol, #connection-rectangle, #brain, #brain-projection, #human {
opacity: 0;
}