fix: removed part of user story

This commit is contained in:
Randell Dawson 2020-01-28 06:54:06 -08:00 committed by Kristofer Koishigawa
parent 7453131461
commit 2f39dd07d6

View File

@ -22,7 +22,7 @@ You can use HTML, JavaScript, and CSS to complete this project. Plain CSS is rec
<strong>User Story #9:</strong> The <code>#email</code> input field should have placeholder text to let the user know what the field is for.
<strong>User Story #10:</strong> The <code>#email</code> input field uses HTML5 validation to confirm that the entered text is an email address.
<strong>User Story #11:</strong> Within the form, there is a submit <code>input</code> with a corresponding <code>id="submit"</code>.
<strong>User Story #12:</strong> When I click the <code>#submit</code> element, the email is submitted to a static page (use this mock URL: <a href='https://www.freecodecamp.com/email-submit' target='_blank'>https://www.freecodecamp.com/email-submit</a>) that confirms the email address was entered and that it posted successfully.
<strong>User Story #12:</strong> When I click the <code>#submit</code> element, the email is submitted to a static page (use this mock URL: <a href='https://www.freecodecamp.com/email-submit' target='_blank'>https://www.freecodecamp.com/email-submit</a>).
<strong>User Story #13:</strong> The navbar should always be at the top of the viewport.
<strong>User Story #14:</strong> My product landing page should have at least one media query.
<strong>User Story #15:</strong> My product landing page should utilize CSS flexbox at least once.