diff --git a/starter_code/index.html b/starter_code/index.html index 2f593610f..4a2718403 100644 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -20,7 +20,7 @@ - + @@ -61,32 +61,33 @@ - + 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..a77766350 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -1,4 +1,4 @@ -/* +/* background purple: #540B51 background ivory: #F3EAE2 button blue: #4285F4 @@ -8,3 +8,80 @@ 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: 20%; +} + +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; +} + +.google{ + background-color: #4285F4; + display: flex; + justify-content: space-between; + align-items: center; + color:white; + width: 100%; +} + + +#googlelogo { + width: 5%; + background-color: white; +} + +.screenshot { + width: 100%; +} + +.companies img { + width: 100px; +} \ No newline at end of file
Slack is free to try for as long as you'd like.
Trusted by companies all over the world