added agents page

This commit is contained in:
kene17 2021-03-30 19:50:09 -04:00
parent bfa6ab8924
commit 225c555cef
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;
}
}

View file

@ -1,9 +0,0 @@
import React, { Component } from "react";
class AgentPage extends Component {
render() {
return <div>AgentPage</div>;
}
}
export default AgentPage;