added agents page

This commit is contained in:
kene17 2021-03-30 19:50:09 -04:00
parent e173631804
commit d8a4a80acf
6 changed files with 55 additions and 14 deletions

View file

@ -0,0 +1,12 @@
.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;
}
}