From 014826acd41745f519af3cca730c06cfa0c25848 Mon Sep 17 00:00:00 2001 From: Jeevankumar S <110320697+Jeevankumar-s@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:59:38 +0530 Subject: [PATCH] fix(curriculum): refine editable regions in workshop greeting card (#65389) Co-authored-by: Jeevankumar-S Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> --- .../6720b1f2680ec706ed534acf.md | 6 ++-- .../6720b3191bbafd269bae0ae8.md | 11 ++----- .../6720b7f3155a9278d6b6a8b8.md | 2 -- .../6720bbb38f697e2364f41c0e.md | 6 ++-- .../6728fda085006772a247e779.md | 8 ++--- .../6729005c87b6320356ac1140.md | 7 ++--- .../672b42241c0c6515f26786f4.md | 9 ++---- .../672b4434dd6d6a1edc405419.md | 9 ++---- .../672e410ddd98b409594890b6.md | 7 +---- .../672e44e811e610232fead333.md | 18 ++++-------- .../67332db0f793bf08f2a18528.md | 24 ++++++--------- .../67332e9debcc820d18e3e169.md | 24 +++++---------- .../67332fff82eb28128f08ec2c.md | 28 +++++++----------- .../67333082ab35e414eb4ea70d.md | 28 +++++++----------- .../6733319f1d586b1923e029e3.md | 24 +++++---------- .../673332a6b63f9f1e1f81ba9b.md | 24 ++++++--------- .../673333130a2c40204162f0c7.md | 24 +++++---------- .../6733352ce2a5642827b4f7f0.md | 24 +++++---------- .../673337337f794d3025ded433.md | 24 +++++---------- .../673338ebd152d736d1bd2aa4.md | 24 +++++---------- .../67333a3a400b0a3c68854bcc.md | 29 +++++++------------ .../67333aa0e231d43e7556c644.md | 24 +++++---------- .../67333b1d5f4a7340a121973a.md | 24 +++++---------- .../67333ba820f99c43904c9eff.md | 24 +++++---------- .../67333c34e357d34620217615.md | 24 +++++---------- .../67333d70431f8a4b02596f3c.md | 24 +++++---------- .../67333f5462f7aa53fc47bb2f.md | 27 +++++++---------- 27 files changed, 175 insertions(+), 332 deletions(-) diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/6720b1f2680ec706ed534acf.md b/curriculum/challenges/english/blocks/workshop-greeting-card/6720b1f2680ec706ed534acf.md index eb564ea8058..242625aa060 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/6720b1f2680ec706ed534acf.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/6720b1f2680ec706ed534acf.md @@ -40,21 +40,19 @@ assert.match(linkHrefValue, /^(\.\/)?styles\.css$/); ## --seed-contents-- ```html ---fcc-editable-region-- - Greeting Card +--fcc-editable-region-- +--fcc-editable-region-- - ---fcc-editable-region-- ``` ```css diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/6720b3191bbafd269bae0ae8.md b/curriculum/challenges/english/blocks/workshop-greeting-card/6720b3191bbafd269bae0ae8.md index 86a4ddfb32a..c8bc637d8e7 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/6720b3191bbafd269bae0ae8.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/6720b3191bbafd269bae0ae8.md @@ -74,17 +74,12 @@ assert.strictEqual(document.querySelector("div > p.message").textContent.trim(), Greeting Card - ---fcc-editable-region-- - - - - --fcc-editable-region-- - + +--fcc-editable-region-- + - ``` ```css diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/6720b7f3155a9278d6b6a8b8.md b/curriculum/challenges/english/blocks/workshop-greeting-card/6720b7f3155a9278d6b6a8b8.md index 9bf7fe7d59e..7ba9a4bc198 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/6720b7f3155a9278d6b6a8b8.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/6720b7f3155a9278d6b6a8b8.md @@ -63,12 +63,10 @@ assert.strictEqual(new __helpers.CSSHelp(document).getStyle("body")?.getProperty - ``` ```css --fcc-editable-region-- - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/6720bbb38f697e2364f41c0e.md b/curriculum/challenges/english/blocks/workshop-greeting-card/6720bbb38f697e2364f41c0e.md index 55b71e46771..9c3d2dd87ea 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/6720bbb38f697e2364f41c0e.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/6720bbb38f697e2364f41c0e.md @@ -51,17 +51,15 @@ assert.oneOf(new __helpers.CSSHelp(document).getStyle(".card")?.getPropertyValue - ``` ```css ---fcc-editable-region-- - body { font-family: Arial, sans-serif; padding: 40px; text-align: center; - +--fcc-editable-region-- + } --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/6728fda085006772a247e779.md b/curriculum/challenges/english/blocks/workshop-greeting-card/6728fda085006772a247e779.md index e5d690e3edc..d617359de76 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/6728fda085006772a247e779.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/6728fda085006772a247e779.md @@ -51,7 +51,6 @@ assert.oneOf(new __helpers.CSSHelp(document).getStyle(".card")?.getPropertyValue - ``` ```css @@ -62,12 +61,11 @@ body { background-color: brown; } ---fcc-editable-region-- - .card { background-color: white; - +--fcc-editable-region-- + +--fcc-editable-region-- } ---fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/6729005c87b6320356ac1140.md b/curriculum/challenges/english/blocks/workshop-greeting-card/6729005c87b6320356ac1140.md index 633e763fd55..3d7dd6488bf 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/6729005c87b6320356ac1140.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/6729005c87b6320356ac1140.md @@ -48,7 +48,6 @@ assert.strictEqual( - ``` ```css @@ -59,14 +58,14 @@ body { background-color: brown; } ---fcc-editable-region-- - .card { background-color: white; max-width: 400px; padding: 40px; margin: 0 auto; +--fcc-editable-region-- + +--fcc-editable-region-- } ---fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/672b42241c0c6515f26786f4.md b/curriculum/challenges/english/blocks/workshop-greeting-card/672b42241c0c6515f26786f4.md index ee9757bb57e..448606b4ab8 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/672b42241c0c6515f26786f4.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/672b42241c0c6515f26786f4.md @@ -39,20 +39,15 @@ assert.strictEqual(document.querySelector("#greeting-card").lastElementChild.cla

Happy Birthday!

- - --fcc-editable-region-- -

Wishing you all the happiness and joy on your special day!

- - --fcc-editable-region-- - + + --fcc-editable-region--
- ``` ```css diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/672b4434dd6d6a1edc405419.md b/curriculum/challenges/english/blocks/workshop-greeting-card/672b4434dd6d6a1edc405419.md index 361d61a4f60..40b4663a36c 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/672b4434dd6d6a1edc405419.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/672b4434dd6d6a1edc405419.md @@ -70,17 +70,14 @@ assert.match(document.querySelectorAll(".card-links > a")[1].href, /#share$/);

Wishing you all the happiness and joy on your special day!

- + - ``` ```css diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/672e410ddd98b409594890b6.md b/curriculum/challenges/english/blocks/workshop-greeting-card/672e410ddd98b409594890b6.md index 621d56da838..a266eab7131 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/672e410ddd98b409594890b6.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/672e410ddd98b409594890b6.md @@ -45,24 +45,19 @@ assert.strictEqual(document.querySelectorAll("section")[1].id, "share");

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- --fcc-editable-region-- - + --fcc-editable-region-- - - ``` ```css diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/672e44e811e610232fead333.md b/curriculum/challenges/english/blocks/workshop-greeting-card/672e44e811e610232fead333.md index 22697f06503..4d78ec3090a 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/672e44e811e610232fead333.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/672e44e811e610232fead333.md @@ -51,28 +51,22 @@ assert.strictEqual(document.querySelector("#send").children[1].innerText.trim(),

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- ---fcc-editable-region-- - -
- ---fcc-editable-region-- - -
- +
+ --fcc-editable-region-- + + --fcc-editable-region-- +
+
- ``` ```css diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67332db0f793bf08f2a18528.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67332db0f793bf08f2a18528.md index 18ec80bc25c..2436ac361d5 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67332db0f793bf08f2a18528.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67332db0f793bf08f2a18528.md @@ -53,31 +53,25 @@ assert.strictEqual(document.querySelector("#share").children[1].innerText.trim()

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- ---fcc-editable-region-- - -
- ---fcc-editable-region-- - +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+ --fcc-editable-region-- + + --fcc-editable-region-- +
- ``` ```css diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67332e9debcc820d18e3e169.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67332e9debcc820d18e3e169.md index ded2cdcd995..3b5648d568f 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67332e9debcc820d18e3e169.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67332e9debcc820d18e3e169.md @@ -39,30 +39,24 @@ assert.oneOf(new __helpers.CSSHelp(document).getStyle(".card:hover")?.getPropert

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -84,7 +78,5 @@ body { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67332fff82eb28128f08ec2c.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67332fff82eb28128f08ec2c.md index 922d94fcda5..19e5ddc6214 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67332fff82eb28128f08ec2c.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67332fff82eb28128f08ec2c.md @@ -41,30 +41,24 @@ assert.strictEqual(new __helpers.CSSHelp(document).getStyle(".card:hover")?.getP

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -84,11 +78,11 @@ body { box-shadow: 0 4px 8px gray; } ---fcc-editable-region-- - .card:hover { background-color: khaki; +--fcc-editable-region-- + +--fcc-editable-region-- } ---fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67333082ab35e414eb4ea70d.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67333082ab35e414eb4ea70d.md index e97a8ccc134..ed49b3c34a5 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67333082ab35e414eb4ea70d.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67333082ab35e414eb4ea70d.md @@ -61,30 +61,24 @@ assert.oneOf(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -95,8 +89,6 @@ body { background-color: brown; } ---fcc-editable-region-- - .card { background-color: white; max-width: 400px; @@ -104,6 +96,9 @@ body { margin: 0 auto; border-radius: 10px; box-shadow: 0 4px 8px gray; +--fcc-editable-region-- + +--fcc-editable-region-- } .card:hover { @@ -111,5 +106,4 @@ body { transform: scale(1.1); } ---fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/6733319f1d586b1923e029e3.md b/curriculum/challenges/english/blocks/workshop-greeting-card/6733319f1d586b1923e029e3.md index 25aafb87e8b..0bfbf61b1ff 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/6733319f1d586b1923e029e3.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/6733319f1d586b1923e029e3.md @@ -44,30 +44,24 @@ assert.strictEqual(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -95,7 +89,5 @@ body { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/673332a6b63f9f1e1f81ba9b.md b/curriculum/challenges/english/blocks/workshop-greeting-card/673332a6b63f9f1e1f81ba9b.md index 6bc68bb64b8..573089efb9e 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/673332a6b63f9f1e1f81ba9b.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/673332a6b63f9f1e1f81ba9b.md @@ -44,30 +44,24 @@ assert.strictEqual(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -93,11 +87,11 @@ body { transform: scale(1.1); } ---fcc-editable-region-- h1::before { content: "🥳 "; } +--fcc-editable-region-- --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/673333130a2c40204162f0c7.md b/curriculum/challenges/english/blocks/workshop-greeting-card/673333130a2c40204162f0c7.md index 35a6b9b17d0..4f5185bfb25 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/673333130a2c40204162f0c7.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/673333130a2c40204162f0c7.md @@ -48,30 +48,24 @@ assert.strictEqual(new __helpers.CSSHelp(document).getStyle(".message")?.getProp

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -107,7 +101,5 @@ h1::after { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/6733352ce2a5642827b4f7f0.md b/curriculum/challenges/english/blocks/workshop-greeting-card/6733352ce2a5642827b4f7f0.md index 26d44718704..91b1bb4cbc2 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/6733352ce2a5642827b4f7f0.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/6733352ce2a5642827b4f7f0.md @@ -55,30 +55,24 @@ assert.strictEqual(new __helpers.CSSHelp(document).getStyle(".card-links")?.getP

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -119,7 +113,5 @@ h1::after { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/673337337f794d3025ded433.md b/curriculum/challenges/english/blocks/workshop-greeting-card/673337337f794d3025ded433.md index e9e88c98c6e..1d5305f3b9c 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/673337337f794d3025ded433.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/673337337f794d3025ded433.md @@ -76,30 +76,24 @@ assert.oneOf(new __helpers.CSSHelp(document).getStyle(".card-links a")?.getPrope

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -146,7 +140,5 @@ h1::after { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/673338ebd152d736d1bd2aa4.md b/curriculum/challenges/english/blocks/workshop-greeting-card/673338ebd152d736d1bd2aa4.md index 8b11bd1903a..d7d00834c00 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/673338ebd152d736d1bd2aa4.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/673338ebd152d736d1bd2aa4.md @@ -44,30 +44,24 @@ assert.oneOf(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -123,7 +117,5 @@ h1::after { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67333a3a400b0a3c68854bcc.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67333a3a400b0a3c68854bcc.md index 4b0e274d51b..cf8886a257d 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67333a3a400b0a3c68854bcc.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67333a3a400b0a3c68854bcc.md @@ -39,30 +39,24 @@ assert.oneOf(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -107,8 +101,6 @@ h1::after { justify-content: space-around; } ---fcc-editable-region-- - .card-links a { text-decoration: none; font-size: 1em; @@ -116,9 +108,10 @@ h1::after { border-radius: 5px; color: white; background-color: midnightblue; -} - --fcc-editable-region-- + +--fcc-editable-region-- +} .card-links a:hover { background-color: orangered; diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67333aa0e231d43e7556c644.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67333aa0e231d43e7556c644.md index ded8ed28be8..8a219f6519b 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67333aa0e231d43e7556c644.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67333aa0e231d43e7556c644.md @@ -42,30 +42,24 @@ assert.oneOf(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -126,7 +120,5 @@ h1::after { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67333b1d5f4a7340a121973a.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67333b1d5f4a7340a121973a.md index 92cffa0a2a9..fe35596b370 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67333b1d5f4a7340a121973a.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67333b1d5f4a7340a121973a.md @@ -42,30 +42,24 @@ assert.strictEqual(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -130,7 +124,5 @@ h1::after { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67333ba820f99c43904c9eff.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67333ba820f99c43904c9eff.md index f61e27eb8c7..60d90285fe6 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67333ba820f99c43904c9eff.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67333ba820f99c43904c9eff.md @@ -39,30 +39,24 @@ assert.oneOf(new __helpers.CSSHelp(document).getStyle(".card-links a:visited")?.

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -131,7 +125,5 @@ h1::after { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67333c34e357d34620217615.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67333c34e357d34620217615.md index 0c9c7c7bb2c..65cbc0f858e 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67333c34e357d34620217615.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67333c34e357d34620217615.md @@ -69,30 +69,24 @@ assert.strictEqual(new __helpers.CSSHelp(document).getStyle("section").getProper

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -165,7 +159,5 @@ h1::after { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67333d70431f8a4b02596f3c.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67333d70431f8a4b02596f3c.md index 00d66eea3c5..a3ca6f10105 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67333d70431f8a4b02596f3c.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67333d70431f8a4b02596f3c.md @@ -50,30 +50,24 @@ assert.strictEqual(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -154,7 +148,5 @@ section { --fcc-editable-region-- - - --fcc-editable-region-- ``` diff --git a/curriculum/challenges/english/blocks/workshop-greeting-card/67333f5462f7aa53fc47bb2f.md b/curriculum/challenges/english/blocks/workshop-greeting-card/67333f5462f7aa53fc47bb2f.md index 9b5b74fff1d..eee4a6f07ba 100644 --- a/curriculum/challenges/english/blocks/workshop-greeting-card/67333f5462f7aa53fc47bb2f.md +++ b/curriculum/challenges/english/blocks/workshop-greeting-card/67333f5462f7aa53fc47bb2f.md @@ -50,30 +50,24 @@ assert.strictEqual(

Happy Birthday!

-

Wishing you all the happiness and joy on your special day!

-
- -
-

Sending your card...

-

Card successfully sent to your recipient!

-
- -
-

Sharing your card...

-

Your card was shared on social media!

-
- +
+

Sending your card...

+

Card successfully sent to your recipient!

+
+
+

Sharing your card...

+

Your card was shared on social media!

+
- ``` ```css @@ -144,20 +138,21 @@ h1::after { color: crimson; } ---fcc-editable-region-- - section { margin: 20px auto; max-width: 600px; background-color: whitesmoke; padding: 20px; border-radius: 10px; +--fcc-editable-region-- + } section:hover{ transform: skewX(10deg); } + --fcc-editable-region-- ```