diff --git a/starter_code/images/menu.png b/starter_code/images/menu.png new file mode 100644 index 0000000..2574592 Binary files /dev/null and b/starter_code/images/menu.png differ diff --git a/starter_code/index.html b/starter_code/index.html index bf06bff..7c9e89e 100644 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -1,20 +1,169 @@ - - - - - - - - - - - Where work happens | Slack - - - - - - - + + + + + + + + + + + + Where work happens | Slack + + + + + +
+
+
+ +
+
+

Where Work Happens

+

When your team to kick off a project, hire a new employee, deplay some code, review a sales contact, + finalize next year´s budget, measure on A/B test, plan your next office opening, and more, Slack has you + covered.

+ + +

Already using Slack? Sign in

+
+
+ +
+ Imagen personas +
+ +
+
+ +
+
+
+ +
+

You re in good company

+

Millions of people around the word

+

Discovery Why

+
+
+ logo Airbnb + logo Capital One + logo Hardvard University + logo Los Angeles Times + logo Ticketmaster +
+
+
+ + +
+ +
+
+
+
+

Try it for free

+

Already using Slack? Sign in

+
+
+ +
+ +
+ + +
+ +
+ + +
+ + +
+
+
+
+ icono Slack +
+

Company

+

About us

+

Careers

+

Blog

+

Press

+

Brand Guidelines

+
+
+

Product

+

Why Slack

+

Enterprise

+

Customer Stories

+

Pricing

+

Security

+
+
+

Resources

+

Download

+

Help Center

+

Guides

+

Partners

+

Events

+

App Directory

+

API

+
+
+

Extras

+

Podcast

+

Slack Shop

+

Slack at Work

+

Slack Fund

+
+ +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css index cff873e..cca63c3 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -5,3 +5,51 @@ main-titles dark-grey: #2C303F; paragraph grey: #5b5e6d; nav grey: #5b5e6d; */ + + + +.img { + width: 100px; + + +} + + + + +.menu { + display: flex; + justify-content: space-between; + padding: 10px; + + +} + +.menu li { + display: inline; +} + +.menu img { + height: 3em; +} + + +.caja { + border: 1px; + border-color: black; + padding: 10px; + display: inline-block; +} + +.text { + display: flex; +} + +.segundaparte { + background-color: #F4F3F4; +} + + +.cuartaparte { + display: flex; +} \ No newline at end of file