basic animation

This commit is contained in:
2021-10-11 19:13:00 +01:00
parent fce90d289d
commit 49df3568e3
7 changed files with 230 additions and 21 deletions

View File

@ -13,3 +13,11 @@ header {
h1 {
text-align: center;
}
svg {
height: 800px;
}
#Alcohol, #connection-rectangle, #brain, #brain-projection, #human {
opacity: 0;
}