Home

Real Estate Website

/* Add some style to the website */
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
.container {
width: 80%;
margin: 0 auto;
}
.header {
background-color: #333;
color: white;
padding: 20px;
text-align: center;
}
.nav {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #555;
}
.nav li {
float: left;
}
.nav li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.nav li a:hover {
background-color: #111;
}
.main {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0;
}
.card {
width: 30%;
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
margin-bottom: 20px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card img {
width: 100%;
height: 200px;
object-fit: cover;
}
.card .content {
padding: 10px;
}
.card .content h4 {
margin: 0;
font-weight: bold;
}
.card .content p {
margin: 5px 0;
color: #777;
}
.card .content span {
color: green;
font-weight: bold;
}
.footer {
background-color: #333;
color: white;
padding: 10px;
text-align: center;
}

Real Estate Website

Find your dream home here

House 1

3 BHK Apartment in Mumbai

Area: 1200 sq.ft.

Location: Andheri West

₹ 2.5 Crore

House 2

4 BHK Villa in Pune

Area: 2500 sq.ft.

Location: Baner

₹ 3.5 Crore

House 3

2 BHK Flat in Bangalore

Area: 800 sq.ft.

Location: Koramangala

₹ 80 Lakh