You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curriculum/challenges/english/25-front-end-development/lab-blog-post-card/66eaddd04a9e533fba689001.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ In this lab, you'll practice how to style backgrounds and borders by creating a
15
15
**User Stories:**
16
16
17
17
1. You should have a `div` element with a class of `blog-post-card` to hold all of your card elements.
18
-
2. Within the `.blog-post-card``div`element, you should have an image element with a valid `alt` attribute and text, and a class of `post-img`. You can use `https://cdn.freecodecamp.org/curriculum/labs/cover-photo.jpg` for the `src` attribute of the image.
19
-
3. You should have a `div` with a class of `post-content` within the `.blog-post-card``div`element with the following:
18
+
2. Within the `.blog-post-card` element, you should have an image element with a valid `alt` attribute and text, and a class of `post-img`. You can use `https://cdn.freecodecamp.org/curriculum/labs/cover-photo.jpg` for the `src` attribute of the image.
19
+
3. You should have a `div` with a class of `post-content` within the `.blog-post-card` element with the following:
20
20
- An `h2` element with a class of `post-title` and text for the title of your blog post.
21
21
- A `p` element with a class of `post-excerpt` and text to summarize your blog post.
22
22
- An `a` element with a class of `read-more` with the text `Read More`.
Copy file name to clipboardExpand all lines: curriculum/challenges/english/25-front-end-development/lab-fcc-forum-leaderboard/673c91f0b934834bc4a3ecc2.md
0 commit comments