diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..e12e751 Binary files /dev/null and b/.DS_Store differ diff --git a/starter_code/.DS_Store b/starter_code/.DS_Store new file mode 100644 index 0000000..9dc612e Binary files /dev/null and b/starter_code/.DS_Store differ diff --git a/starter_code/images/menu_480 (1).png b/starter_code/images/menu_480 (1).png new file mode 100644 index 0000000..00f8276 Binary files /dev/null and b/starter_code/images/menu_480 (1).png differ diff --git a/starter_code/index.html b/starter_code/index.html index bf06bff..9de3734 100644 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -1,20 +1,156 @@ - + + - - - + Where work happens | Slack - + + + + + + + + + + +
+ + +
+

Where Work Happends

+

Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido + el texto de + relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se + dedica a + la + imprenta) + desconocido usó

+ + +
+
+ + +
+ +

Already Using Slack Sing In

+
+
+
+ +
+ +
+

You're in good company

+

Millions of people around the word have already made Slack the place where their work happens

+ +
+ +
+ + + + + + +
+
+ +
+ + +
+

Try it for free

+ Already using Slack Sing in. + +
+ + +
+ +
+ +
+ + + + + + + + + + - - - - - + \ No newline at end of file diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css index cff873e..c004d66 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -1,7 +1,33 @@ +header ul { + list-style-type: none; + display: flex; +} + +header ul li { + margin-right: 10px; + color: gray; + +} + +.menu { + display: flex; + justify-content: space-between; +} + +header img { + width: 20px; +} + + + +.img2 { + width: 150px; +} + /* background-grey: #F4F3F4; button-purple: #192592 main-titles dark-grey: #2C303F; paragraph grey: #5b5e6d; nav grey: #5b5e6d; -*/ +*/ \ No newline at end of file