diff --git a/index.html b/index.html index 8a618dd71..2e367ad53 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Exceptional Realty Group - Luxury Homes - About - +
@@ -63,4 +63,4 @@

Follow

- + \ No newline at end of file diff --git a/style.css b/style.css index 1b1899382..b3cc8324c 100644 --- a/style.css +++ b/style.css @@ -3,3 +3,41 @@ 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: rgb(224, 167, 167); +} + +figcaption { + text-align: center; + font-size: 0.9em; +} + +#featured-property p { + width: 800px; + display: block; + margin: auto; + text-align: center; +} + +#details div { + float: left; + background: rgb(224, 167, 167); + text-align: center; + width: 25%; +} \ No newline at end of file