Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forc3/d171035fc04ddc7157cdc1da05145d93 to your computer and use it in GitHub Desktop.
Save forc3/d171035fc04ddc7157cdc1da05145d93 to your computer and use it in GitHub Desktop.
Fork Me! FCC: Test Suite Template
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<!--
Hello Camper!
For now, the test suite only works in Chrome! Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding!
- The freeCodeCamp Team
-->
<main id="main">
<h1 id="title">Amy Winehouse</h1>
<figure id="img-div">
<img id="image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Amy_Winehouse_wax_figure_at_Madame_Tussauds_in_London.jpg/320px-Amy_Winehouse_wax_figure_at_Madame_Tussauds_in_London.jpg">
</figure>
<section id="id="tribute-info">
<a id="tribute-link" href="https://en.wikipedia.org/wiki/Amy_Winehouse" target="_blank">Amy on Wikipedia</a>
</section>
</main>
// !! IMPORTANT README:
// You may add additional external JS and CSS as needed to complete the project, however the current external resource MUST remain in place for the tests to work. BABEL must also be left in place.
/***********
INSTRUCTIONS:
- Select the project you would
like to complete from the dropdown
menu.
- Click the "RUN TESTS" button to
run the tests against the blank
pen.
- Click the "TESTS" button to see
the individual test cases.
(should all be failing at first)
- Start coding! As you fulfill each
test case, you will see them go
from red to green.
- As you start to build out your
project, when tests are failing,
you should get helpful errors
along the way!
************/
// PLEASE NOTE: Adding global style rules using the * selector, or by adding rules to body {..} or html {..}, or to all elements within body or html, i.e. h1 {..}, has the potential to pollute the test suite's CSS. Try adding: * { color: red }, for a quick example!
// Once you have read the above messages, you can delete all comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment