diff --git a/starter_code/index.html b/starter_code/index.html index bf06bff..f206ded 100644 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -1,20 +1,152 @@ - - - - - - - - - - - Where work happens | Slack - - - - - - - + + + + + + + + + + + + + Where work happens | Slack + + + + + + +
+ +
+ +
+ +
+
+

Where work happens

+

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the + industry's standard + dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a + type specimen + book.

+
+ +
    +
  • Email adress
  • +
  • Get started
  • +
+ + +

Already using Slack

+
+ +
+ fhfhf +
+ +
+ +
+ +
+ + +
+ + +
+
+

Your are in good company

+

Milions os people around the world have alredy made Slak their place to work

+ +
    +
  • Discover why
  • +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ logo +
+ +
+ logo +
+ +
+ logo +
+ +
+ logo +
+ +
+ logo +
+ +
+ logo +
+ +
+ +
+ +
+ + + +
+ + +
+ +
+ +
+ +

Try it for free

+

Already using slak?Sign in

+ +
    +
  • Email adress
  • +
  • Get started
  • +
+ +
+ +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css index cff873e..e2f774f 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -5,3 +5,91 @@ main-titles dark-grey: #2C303F; paragraph grey: #5b5e6d; nav grey: #5b5e6d; */ + +img { + width: 100%; +} + +.menu { + display: flex; + justify-content: space-between; + align-items: center; +} + +.menu img { + width: 100px; +} + +.menu ul { + display: flex; + list-style: none; +} + +.features { + background-color: #F4F3F4; +} + +.features img { + width: 200px; + display: flex; + align-items: center; +} + +.boton2 { + border: 1px solid; + font-weight: 80; + text text-decoration: none; + margin: 20px; + padding: 5px; + display: block; + text-align: center; +} + +.boton3 { + border: 1px solid; + font-weight: 80; + background-color: blue; + margin: 20px; + padding: 5px; + display: block; + text-align: center; + text-transform: uppercase; + color: white; +} + +.boton1 { + border: 1px solid; + font-weight: 80; + text text-decoration: none; + margin: 20px; + padding: 5px; + display: block; + text-align: center; +} + +.navegador { + display: flex; + justify-content: space-between; + padding-top: 20px; + align-items: center; +} + +.boton4 { + border: 1px solid; + font-weight: 80; + background-color: white; + margin: 20px; + padding: 5px; + display: block; + text-align: center; + color: blue; +} + +.emial { + text-align: center; +} + +.patrocinadores { + text-align: center; + padding-top: 30px; +} \ No newline at end of file