From 642768e516c28ada2244931695cdf0a76d8a184d Mon Sep 17 00:00:00 2001 From: Sally Steuterman Date: Thu, 27 Jun 2024 14:30:24 -0500 Subject: [PATCH 1/2] Clarifying requirements --- content/assignments/html-me-something/part-2/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/assignments/html-me-something/part-2/index.md b/content/assignments/html-me-something/part-2/index.md index 6022995c..7387d7f3 100644 --- a/content/assignments/html-me-something/part-2/index.md +++ b/content/assignments/html-me-something/part-2/index.md @@ -34,10 +34,10 @@ Your CSS must: 1. Follow these rules: 1. Use the element selector to give the `` element a `margin` value of `8px` and a `display` type of `block`. - 1. Give a heading on your page the `id` of `mainHeading` and use the id selector in `styles.css` to apply a styling of your choosing. - 1. Give a paragraph on your page the id of `testP` and a class name of `funParagraph`. Use the class selector in `styles.css` and give it a styling of your choosing. + 1. Give a heading on your page the `id` of `mainHeading` and use the id selector in `styles.css` to make the color red and apply any additional styling of your choosing. + 1. Give a paragraph on your page the id of `testP` and a class name of `funParagraph`. Use the class selector in `styles.css` and mae the color green and give it any additional styling of your choosing. - You will be asked to explain and point out your styling choices to your TA during your code review. Have fun with creating your assignment. + We ask that you implement the styling as requested. You will be asked to explain and point out your additional styling choices to your TA during your code review. Have fun with creating your assignment. If any of the styling requirements do not suit your personal tastes and you want to share your work on this assignment as part of a portfolio, you can change it after the end of the unit. ### Notes 1. In order to see any visible change, make sure to link the stylesheet to your main document. From 4ffb27c43daec97fb19b086f3982c6c8aacff4b1 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Fri, 28 Jun 2024 07:08:48 -0500 Subject: [PATCH 2/2] Update index.md --- content/assignments/html-me-something/part-2/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assignments/html-me-something/part-2/index.md b/content/assignments/html-me-something/part-2/index.md index 7387d7f3..9900b880 100644 --- a/content/assignments/html-me-something/part-2/index.md +++ b/content/assignments/html-me-something/part-2/index.md @@ -35,7 +35,7 @@ Your CSS must: 1. Use the element selector to give the `` element a `margin` value of `8px` and a `display` type of `block`. 1. Give a heading on your page the `id` of `mainHeading` and use the id selector in `styles.css` to make the color red and apply any additional styling of your choosing. - 1. Give a paragraph on your page the id of `testP` and a class name of `funParagraph`. Use the class selector in `styles.css` and mae the color green and give it any additional styling of your choosing. + 1. Give a paragraph on your page the id of `testP` and a class name of `funParagraph`. Use the class selector in `styles.css` and make the color green and give it any additional styling of your choosing. We ask that you implement the styling as requested. You will be asked to explain and point out your additional styling choices to your TA during your code review. Have fun with creating your assignment. If any of the styling requirements do not suit your personal tastes and you want to share your work on this assignment as part of a portfolio, you can change it after the end of the unit.