diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6f3a2913 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 26f119bf..4ab4c54c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,68 @@ +body { + display: flex; + flex-direction: column; + align-items: center; + background-color: rgb(237, 239, 236); +} + h1 { - color: salmon; + color: rgb(76, 80, 82); + font-size: 1.4rem; + font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", + "Lucida Sans Unicode", Geneva, Verdana, sans-serif; + margin: 25px 0 5px 0; +} + +p { + color: rgb(76, 80, 82); + font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", + "Lucida Sans Unicode", Geneva, Verdana, sans-serif; + margin: 0 0 0 0; + font-size: 0.7rem; +} + +button { + background-color: white; + font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", + "Lucida Sans Unicode", Geneva, Verdana, sans-serif; + padding: 10px 57px; + color: rgb(87, 89, 94); + border-color: #cecece; + margin-bottom: 1rem; + font-size: 0.7rem; + font-weight: bold; + border-width: thin; + outline: none; + border-radius: 3px; +} + +img { + margin-top: 1rem; + margin-bottom: 1rem; + padding: 0.5rem; + width: 15rem; + height: 17rem; + object-fit: cover; +} + +.locations { + display: flex; + align-items: stretch; +} + +.container { + position: relative; + text-align: center; + color: white; +} + +.centered { + position: absolute; + top: 50%; + left: 50%; + white-space: nowrap; + text-justify: distribute; + transform: translate(-50%, -50%); + font-family: sans-serif; + font-size: 170%; } diff --git a/index.html b/index.html index 8cd37ffb..ece630ff 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,67 @@ + - - - - - Hello Front-End - - -

Hello Front-End

- + + + + + AirBNB Mockup + + + +

Meet Guidebooks

+

Discover hundred of local spots recommended by Airbnb hosts

+ +
+
+ A view from high up of San Fransisco +
San Francisco
+
+
+ Person looking at the empire state building +
New York
+
+
+ Big ben and the thames river +
London
+
+
+ + + +

Just for the Weekend

+

Discover new, inspiring places close to home.

+ +
+
+ Hot air balloons flying over Napa Valley +
Napa
+
+
+ A view of the rows of grapes lining a Sonoma vineyard +
Sonoma
+
+
+ Little hourses of San Francisco dotting up to a hill +
San Francisco
+
+
+ + +