diff --git a/starter_code/index.html b/starter_code/index.html index 2f593610f..3899c3cbb 100644 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -12,7 +12,7 @@ - + Slack is your digital HQ | Slack diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css index 59f4a7798..2b722a17e 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -8,3 +8,13 @@ paragraph yellow: #ECB12F links blue: #2E71A6 footer links grey: #454245 */ +html{ + border: 15px solid black; + border-radius: 15px 10px 15px 10px; + padding: 100px; + margin: 100px; + background-color: white; +} +@media screen and (max-width: 768px){ + +} \ No newline at end of file