diff --git a/css/style.css b/css/style.css index 26f119bf..13066c79 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,74 @@ +body { + background-color: rgb(237, 238, 237); + display: flex; + justify-content: center; + font-family: Helvetica, sans-serif; + flex-direction: column; +} + +.outside-box { + display: flex; + flex-direction: column; + align-items: center; +} + +.headings-container{ + display:flex; + flex-direction: column; + color: rgb(90, 90, 90); + align-items: center; + margin: 10px 0; +} + h1 { - color: salmon; + font-weight: 600; + font-size: 24px; +} + +h2 { + font-weight: 300; + font-size: 12px; + margin: -10px 0 0 0; +} + +.location { + margin: 10px; + position: relative; + height: 275px; + width: 250px; + display: flex; + justify-content: center; + align-items: center; +} + +.location-container { + display: flex; + flex-direction: row; +} + +.location-image { + height: 275px; + width: 250px; +} + +.location-text { + color: white; + font-weight: 600; + font-size: 24px; + display: flex; + justify-content: center; + align-items: center; + position: absolute; +} + +button { + margin: 30px; + width: 250px; + height: 30px; + color: rgb(90, 90, 90); + font-weight: 600; + background-color: white; + border-radius: 2px; + border-width: 1px;; + border-color: rgc(90, 90, 90); } diff --git a/index.html b/index.html index 8cd37ffb..840a6236 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,61 @@ -
+ San Francisco
+
+ New York
+
+ London
+
+ Napa
+
+ Sonoma
+
+ San Francisco
+