diff --git a/starter_code/index.html b/starter_code/index.html index 2f593610f..65d049304 100644 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -20,7 +20,7 @@ - + @@ -61,29 +61,30 @@ - + Great teamwork starts with a digital HQ Slack is free to try for as long as you'd like. - + Sign up with email - - + + Sign up with Google + - - - + + + - + Trusted by companies all over the world @@ -95,7 +96,6 @@ Great teamwork starts with a digital HQ - Teams large and small rely on Slack diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css index 59f4a7798..d1602aa98 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -8,3 +8,94 @@ paragraph yellow: #ECB12F links blue: #2E71A6 footer links grey: #454245 */ + + /* +background purple: #540B51 +background ivory: #F3EAE2 +button blue: #4285F4 +titles black: #191817 +paragraph black: #000000 +paragraph yellow: #ECB12F +links blue: #2E71A6 +footer links grey: #454245 +*/ + +* { + margin: 0; + padding : 0 ; + box-sizing: border-box; +} + +nav { + display: flex ; + flex-direction: row; + justify-content: space-evenly; + align-items: center; + background-color: #540B51; + padding: 10px; + width: 100%; + +} +nav button { + background-color: #540B51; + border: none; + padding: 5px; +} + +nav ul { + display: none; +} + +#logo { + width: 30%; +} + +header { + background-color: #540B51; + color: white; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + +} + +.buttons { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + +} + +header button { + padding: 10px; + border-radius: 5px; + width: 100%; + margin: 10px; + border: none; +} + +.google{ + background-color: #4285F4; + display: flex; + justify-content: space-between; + align-items: center; + color:white; + width: 100%; + border: none; +} + + +#googlelogo { + width: 5%; + background-color: white; +} + +.screenshot { + width: 100%; +} + +.companies img { + width: 100px; +}
Slack is free to try for as long as you'd like.
Trusted by companies all over the world