Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <div class="col-md-12 col-sm-12 pad-0 col-hover">
  2. <div class="col-md-2 col-sm-2 pad-10 ">
  3. <img class="img1" src="/assets/choose-style/img1.png">
  4. </div>
  5. <div class="col-md-8 col-sm-8">
  6. <h5><%= CaricatureType.first.name %></h5>
  7. <p class="text-color">
  8. <%= CaricatureType.first.description %>
  9. </p>
  10. </div>
  11. <div class="col-md-2 col-sm-2 roundedTwo">
  12. <input type="radio" value="None" id="roundedTwo" name="check" />
  13. <label for="roundedTwo"></label>
  14. </div>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement