Updated a

This commit is contained in:
kene17 2021-03-31 13:52:49 -04:00
parent d8a4a80acf
commit e1a89eb1ab
9 changed files with 88 additions and 0 deletions

View file

@ -9,4 +9,11 @@
.miniHero {
background-position-y: -150px;
}
}
.center{
height: 25vh; /* Magic here */
background-color: yellow;
display: flex;
justify-content: center;
align-items: center;
}