diff --git a/index.html b/index.html index 8a618dd71..e60a7e134 100644 --- a/index.html +++ b/index.html @@ -1,66 +1,70 @@ - - - Exceptional Realty Group - Luxury Homes - About - - - -
- -

Exceptional Realty Group

- -
+ + + Exceptional Realty Group - Luxury Homes - About + + + - + + -
-
-

Contact

-

- info@exceptionalrealty.com
- +1 710 555 1234
- @fakeRealty -

-
- -
-

Correspondence

-

- Exceptional Realty
- P.O. Box 5555
- Brooklyn, NY 11201 -

-
+ -
-

Follow

-

- YouTube
- Facebook
- Twitter -

-
-
- - +
+
+

Contact

+

+ info@exceptionalrealty.com
+ +1 710 555 1234
+ @fakeRealty +

+
+ +
+

Correspondence

+

+ Exceptional Realty
+ P.O. Box 5555
+ Brooklyn, NY 11201 +

+
+ +
+

Links

+

+ Home Restoration
+ Affordable Mortgages
+ Professional Moving Crew +

+
+ +
+

Follow

+

+ YouTube
+ Facebook
+ Twitter +

+
+
+ + + \ No newline at end of file diff --git a/style.css b/style.css index 1b1899382..b66bafd55 100644 --- a/style.css +++ b/style.css @@ -3,3 +3,34 @@ body { height: 100%; margin: 0; } + +h1, +#featured-property, +nav, +#featured-property p, +#details div { + text-align: center; +} + +nav > a { + background: grey; + padding-left: 10px; + padding-right: 10px; +} + +figcaption { + font-size: x-small; +} + +#featured-property p { + width: 800px; + margin: auto; + padding: 10px; +} + +#details div { + float: left; + width: 23%; + background: green; + padding: 1%; +}