Kene-s-Cribs-Website/src/agent-page/agent-page.css
2021-03-31 13:52:49 -04:00

19 lines
No EOL
424 B
CSS

.agentPage {
background-image: url('../images/Agent1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
}
@media screen and (min-width: 992px) {
.miniHero {
background-position-y: -150px;
}
}
.center{
height: 25vh; /* Magic here */
background-color: yellow;
display: flex;
justify-content: center;
align-items: center;
}