From 4e91e2fe884ef61fbb30f7f707863b4031c649ae Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 18 Nov 2025 17:47:16 +0100 Subject: [PATCH 1/2] Slack --- starter_code/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/starter_code/stylesheets/style.css b/starter_code/stylesheets/style.css index 59f4a7798..1e336e061 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -8,3 +8,4 @@ paragraph yellow: #ECB12F links blue: #2E71A6 footer links grey: #454245 */ + From bcd6a59b2f90a0dbd29dfed39d4fd1f56af8f398 Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 19 Nov 2025 08:41:25 +0100 Subject: [PATCH 2/2] Slack --- starter_code/index.html | 2 +- starter_code/stylesheets/style.css | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) 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 1e336e061..2b722a17e 100644 --- a/starter_code/stylesheets/style.css +++ b/starter_code/stylesheets/style.css @@ -8,4 +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