diff --git a/index.html b/index.html
index 8a618dd71..86126ae67 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
Exceptional Realty Group - Luxury Homes - About
+
diff --git a/style.css b/style.css
index 1b1899382..35763f9cb 100644
--- a/style.css
+++ b/style.css
@@ -3,3 +3,45 @@ body {
height: 100%;
margin: 0;
}
+
+h1 {
+ text-align: center;
+}
+
+img {
+ display: block;
+ margin: auto;
+}
+
+nav {
+ text-align: center
+ ;
+}
+
+nav a {
+ padding-left: 10px;
+ padding-right: 10px;
+ background-color: grey;
+ margin: auto;
+
+}
+
+figcaption {
+ text-align: center;
+ font-size: 12px;
+}
+
+#featured-property p {
+ text-align: center;
+ width: 800px;
+ margin: 10px auto;
+ ;
+}
+
+#details div {
+ float: left;
+ background-color: red;
+ text-align: center;
+ width: 25%;
+
+}
\ No newline at end of file