cerebellum-alcohol-infographic/css/style.css

40 lines
535 B
CSS
Raw Normal View History

2021-10-11 17:14:52 +00:00
header {
margin-top: 2rem;
margin-bottom: 4rem;
}
.vertical-space {
width: 100%;
height: 1px;
margin-top: 2rem;
margin-bottom: 2rem;
}
2021-10-16 20:23:03 +00:00
.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 {
2021-10-11 17:14:52 +00:00
text-align: center;
}
2021-10-11 18:13:00 +00:00
svg {
height: 800px;
}
#Alcohol, #connection-rectangle, #brain, #brain-projection, #human {
opacity: 0;
}