From 41d2e383921222cdb02a60a586cef532be975569 Mon Sep 17 00:00:00 2001 From: "Karla G." Date: Tue, 6 Jan 2026 23:26:50 +0000 Subject: [PATCH 01/16] added to the root: -font-style -font-size --- styles/style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 4d1c088e..b20bf6db 100644 --- a/styles/style.css +++ b/styles/style.css @@ -11,6 +11,8 @@ --orange-dark: #c05326; --orange-light: #f7eae4; --white: #fff; + --small-font: 16px; + --bold-font: 600; } body { @@ -51,6 +53,8 @@ p { height: 5rem; margin-bottom: 1rem; padding-top: 1rem; + font-size: var(--small-font); + font-weight: var(--bold-font); } .header__logo { @@ -61,12 +65,18 @@ p { /* Navigation */ .navigation__list { + width: 100%; display: flex; + justify-content: space-around; list-style: none; } .navigation__item { - padding: 0.5rem 0; + /* padding: 0.5rem 0; */ + display: flex; + flex-direction: row; + /* align-items: center; */ + } .navigation__link { @@ -161,6 +171,12 @@ p { /* Article */ +article-content{ + display: flex; + flex-direction: row; + border: 2px yellow; +} + .article { margin-bottom: 1rem; } From d8f9ac425614a370410578e9fd05fa560e917e22 Mon Sep 17 00:00:00 2001 From: "Karla G." Date: Tue, 6 Jan 2026 23:27:17 +0000 Subject: [PATCH 02/16] added: -class to article content --- index.html | 293 ++++++++++++++++++++++++----------------------------- 1 file changed, 135 insertions(+), 158 deletions(-) diff --git a/index.html b/index.html index 76254c13..413d78dc 100644 --- a/index.html +++ b/index.html @@ -1,179 +1,156 @@ - - - - - - - - - - - Bikes for Refugees - - - -
- - - - - -
- -
- - + + + + + + + + + + + Bikes for Refugees + + + +
+ + + + + +
+
-
-
-
- You've helped us give 72 bikes - to refugees and asylum seekers so far. Thank you! -
+ -
-

Bikes for Refugees

-

- Providing donated bikes and accessories to refugees and asylum - seekers in Scotland. -

- - -
+
-
-

Learn more

- -
-
-

Why do refugees need bikes?

-

- Many refugees are placed in housing in areas where there are - few jobs. Bikes provide low-cost transportation so that they - can get to work, manage child care and do their shopping. -

-

- - - Learn more - -

-
- -
-

How can I help?

-

- We need lots of bikes and bike accessories! If you have an - old bike you don't use, bring it to one of our dropoff - events. Or come attend one of our fundraisers. -

-

- - - Learn more - -

-
-
-
-
+
+
+
+ You've helped us give 72 bikes + to refugees and asylum seekers so far. Thank you! +
- + + +
- -
+

Learn more

- -
+

Why do refugees need bikes?

diff --git a/styles/style.css b/styles/style.css index ff94d7fe..fc4ff5d9 100644 --- a/styles/style.css +++ b/styles/style.css @@ -177,11 +177,13 @@ p { /* Article */ .article-content{ - background: 2px yellow; + /* background: 2px yellow; */ } .article { - margin-bottom: 1rem; + padding: 2rem; + grid-column: span 2; + border: 1px solid lightgrey; } .article__title { From 17df68fda90dbf4169f3b3e510a439751055f902 Mon Sep 17 00:00:00 2001 From: "Karla G." Date: Wed, 7 Jan 2026 18:09:26 +0000 Subject: [PATCH 05/16] added another div only for articles divs --- index.html | 2 +- styles/style.css | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 2ae0e2ee..9fecc178 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@

Bikes for Refugees

Learn more

-
+

Why do refugees need bikes?

diff --git a/styles/style.css b/styles/style.css index fc4ff5d9..7571f93d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -177,11 +177,19 @@ p { /* Article */ .article-content{ - /* background: 2px yellow; */ + background: 2px yellow; + +} + +.article-wrapper { + display: flex; + flex-direction: row; + justify-content: space-between; + gap: 1rem; } .article { - padding: 2rem; + padding: 1rem; grid-column: span 2; border: 1px solid lightgrey; } From 58e6efc9122f3fcb4336257a1b47ca75d5408441 Mon Sep 17 00:00:00 2001 From: "Karla G." Date: Wed, 7 Jan 2026 18:37:57 +0000 Subject: [PATCH 06/16] added -margin to the article wrapper --- styles/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 7571f93d..2f1d054e 100644 --- a/styles/style.css +++ b/styles/style.css @@ -177,7 +177,8 @@ p { /* Article */ .article-content{ - background: 2px yellow; + margin-top: 3rem; + margin-bottom: 1rem; } From b8e95f1cb06bbe697cdf707bdce8f186dfa7bd08 Mon Sep 17 00:00:00 2001 From: "Karla G." Date: Wed, 7 Jan 2026 18:53:58 +0000 Subject: [PATCH 07/16] added -new class for wrap the sidebar articles - new root var, footer more accurate to the wireframe --- index.html | 59 +++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index 9fecc178..45dfb4e4 100644 --- a/index.html +++ b/index.html @@ -97,39 +97,40 @@

How can I help?