Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
In the previous video, we added our Comic Book List view, but we left it in an unfinished state. Let’s work on finishing it now.
Follow Along
To follow along commiting your changes to this course, you'll need to fork the aspnet-comic-book-gallery repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd aspnet-comic-book-gallery
git checkout tags/v5.2 -b finishing-the-list-view
Code
Here’s the markup that the designer provided to us for the “Comic Books List” view.
<div class="row">
<div class="col-md-3">
<h4>The Amazing Spider-Man #700</h4>
<img src="/Images/the-amazing-spider-man-700.jpg"
alt="The Amazing Spider-Man #700"
class="img-responsive" />
</div>
</div>
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up