body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}

header {
background: #333;
color: #fff;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}

nav ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
}

nav ul li {
margin-left: 20px;
}

nav a {
color: #fff;
text-decoration: none;
}

.hero {
background: url(‘http://bend.realestate/wp-content/uploads/2023/08/Bend_Oregon_Lake_Sunset.jpeg’) no-repeat center center/cover;
height: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
}

.cta-button {
background: #007BFF;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}

section {
padding: 40px 20px;
}

.property-listing {
background: #f4f4f4;
margin: 10px 0;
padding: 20px;
border-radius: 5px;
}

footer {
background: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}

header {
background: #333;
color: #fff;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}

nav ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
}

nav ul li {
margin-left: 20px;
}

nav a {
color: #fff;
text-decoration: none;
}

.hero {
background: url(‘your-image-url.jpg’) no-repeat center center/cover;
height: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
}

.cta-button {
background: #007BFF;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}

section {
padding: 40px 20px;
}

.property-listing {
background: #f4f4f4;
margin: 10px 0;
padding: 20px;
border-radius: 5px;
}

footer {
background: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}

body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background: #333; color: #fff; padding: 20px; display: flex; justify-content: space-between; align-items: center; } nav ul { list-style-type: none; margin: 0; padding: 0; display: flex; } nav ul li { margin-left: 20px; } nav a { color: #fff; text-decoration: none; } .hero { background: url(‘your-image-url.jpg’) no-repeat center center/cover; height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; text-align: center; } .cta-button { background: #007BFF; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 5px; } section { padding: 40px 20px; } .property-listing { background: #f4f4f4; margin: 10px 0; padding: 20px; border-radius: 5px; } footer { background: #333; color: #fff; text-align: center; padding: 10px 0; }