Great teamwork starts with a digital HQ
-
Slack is free to try for as long as you'd like.
+
Slack is free to try for as long as you'd like.
-
+
diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css
index 59f4a7798..ce34c4237 100644
--- a/starter_code/stylesheets/style.css
+++ b/starter_code/stylesheets/style.css
@@ -8,3 +8,60 @@ paragraph yellow: #ECB12F
links blue: #2E71A6
footer links grey: #454245
*/
+* {
+ box-sizing: border-box;
+}
+
+body {
+ background-color: #540B51;
+}
+
+h1{
+ display:flex;
+ text-align: center;
+ color:white
+ font-size: 50px;
+
+}
+header p{
+ text-align: center;
+ color: white;
+}
+header span{
+ color:yellow;
+
+ }
+div .sign-up{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ height: 50px;
+
+}
+
+div #big-image{
+ width: 50px; /* Make image take full width of button */
+ height: 100%; /* Make image take full height of button */
+ object-fit: cover;
+}
+.logos img{
+ height: 50px;
+}
+.button-container button {
+ background-color: #540B51;
+}
+@media screen and (max-width: 768px) {
+ .Slack-Logo {
+ height: 50px;
+ }
+ ul {
+ display: none;
+ }
+ nav {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ }
+
+
+}
\ No newline at end of file