Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit 12c78d4

Browse files
megantaylorscissorsneedfoodtoo
authored andcommitted
fix(challenges): add user story to tribute page challange
add user story to center img in parent element. this is part of tests
1 parent 9e9bc27 commit 12c78d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

challenges/01-responsive-web-design/responsive-web-design-projects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"<strong>User Story #6:</strong> I should see an element with a corresponding <code>id=\"tribute-info\"</code>, which contains textual content describing the subject of the tribute page.",
2020
"<strong>User Story #7:</strong> I should see an <code>a</code> element with a corresponding <code>id=\"tribute-link\"</code>, which links to an outside site that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of <code>target</code> and set it to <code>_blank</code> in order for your link to open in a new tab (i.e. <code>target=\"_blank\"</code>).",
2121
"<strong>User Story #8:</strong> The <code>img</code> element should responsively resize, relative to the width of its parent element, without exceeding its original size.",
22+
"<strong>User Story #9:</strong> The <code>img</code> element should be centered within its parent element.",
2223
"You can build your project by forking <a href='http://codepen.io/freeCodeCamp/pen/MJjpwO' target='_blank'>this CodePen pen</a>. Or you can use this CDN link to run the tests in any environment you like: <code>https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js</code>.",
2324
"Once you're done, submit the URL to your working project with all its tests passing.",
2425
"Remember to use the <a href='https://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514' target='_blank'>Read-Search-Ask</a> method if you get stuck."

0 commit comments

Comments
 (0)