Quotes help make search much faster. Example: "Practice Makes Perfect"

Friday, April 17, 2015

Codecademy FIlters I


<!-- sample solution to a portion of index.html -->

<div class="main" ng-controller="MainController">
      <div class="container">

        <h1>{{ title }}</h1>
        <h2>{{ promo }}</h2>

        <div class="col-md-6">
          <div class="thumbnail">
            <img src="img/the-book-of-trees.jpg">
            <p class="title">{{ product.name }}</p>
            <p class="price">{{ product.price | currency }}</p>
            <p class="date"> </p>
          </div>
        </div>

     </div>
 </div>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts