diff --git a/all b/all new file mode 100644 index 0000000..e69de29 diff --git a/css/style.css b/css/style.css index 26f119b..2594d75 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,81 @@ h1 { - color: salmon; + color: gray; + text-align: center; + padding: 100px 0 0 0; + font-size: 40px; + font-family: Helvetica; +} + +h2 { + color: gray; + font-size: 20px; + text-align: center; + padding: -150px; + font-family: Helvetica; +} + +body { + background-color: gainsboro; + font-family: Helvetica; +} + +div { + display: inline-block; + margin: 100px 100px 100px 100px; + position: relative; + text-align: center; + font-size: 25px; + font-weight: bold; +} + +.SF1 { + text-align: center; + width: 200px; + height: 200px; + color: white; +} + +.NY { + width: 200px; + height: 200px; + color: white; +} + +.Lon { + width: 200px; + height: 200px; + color: white; +} + +.Nap { + width: 200px; + height: 200px; + color: white; +} + +.Son { + width: 200px; + height: 200px; + color: white; +} + +.SF2 { + width: 200px; + height: 200px; + color: white; +} +button { + display: inline-block; + padding: 5px 50px 5px 50px; + position: relative; + top: 50px; + margin: auto; + right: 437px; +} + +p { + position: absolute; + top: 100px; + left: 200px; + text-align: center; } diff --git a/index.html b/index.html index 8cd37ff..fb75a6c 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,52 @@ -
San Fransisco
+
+ New York
+
+ London
+
+ Napa
+
+ Sonoma
+
+ San Fransisco
+
+