added agents page
This commit is contained in:
parent
bfa6ab8924
commit
225c555cef
6 changed files with 55 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
import React, { Component } from "react";
|
||||
|
||||
class AgentPage extends Component {
|
||||
render() {
|
||||
return <div>AgentPage</div>;
|
||||
}
|
||||
}
|
||||
|
||||
export default AgentPage;
|
Loading…
Add table
Add a link
Reference in a new issue