diff --git a/index.html b/index.html
index 8a618dd71..4e4d140d9 100644
--- a/index.html
+++ b/index.html
@@ -3,21 +3,21 @@
Exceptional Realty Group - Luxury Homes - About
-
+
-
+
345 Carl Street Apt 12, Carrol Rd. Brooklyn, NY - Photo by Denise Richards.
diff --git a/style.css b/style.css
index 1b1899382..538d41655 100644
--- a/style.css
+++ b/style.css
@@ -3,3 +3,30 @@ body {
height: 100%;
margin: 0;
}
+ h1 {
+ text-align: center;
+ }
+ .center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ .topnav a {
+ background-color:gray;
+ padding :10px;
+ position: relative;
+ margin: auto;
+
+ }
+ * {
+ text-align: center;
+
+ }
+
+ div {
+ float: left;
+ background-color: aqua;
+ text-align: center;
+ width: 25pc;
+ }
+
\ No newline at end of file