diff --git a/index.html b/index.html index 8a618dd71..a3cf43425 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,8 @@ Exceptional Realty Group - Luxury Homes - About - + +
diff --git a/style.css b/style.css index 1b1899382..d861b1308 100644 --- a/style.css +++ b/style.css @@ -3,3 +3,34 @@ body { height: 100%; margin: 0; } + +#featured-property p, figcaption, figure, header,#details div { + text-align: center; +} + +figure { + margin: 0 auto; +} + +nav a { + padding-left: 10px; + padding-right: 10px; +} + +figcaption { + font-size: 15px; + padding-bottom: 25px; +} + +#featured-property p { + width: 800px; + margin: 0 auto; + padding: 10px; +} + +#details div { + float: left; + background-color: red; + width: 25%; +} +