Skip to content

Instantly share code, notes, and snippets.

@vamsipavanmahesh
Created February 9, 2016 10:51
Show Gist options
  • Save vamsipavanmahesh/59fb6bae702f4b0650e4 to your computer and use it in GitHub Desktop.
Save vamsipavanmahesh/59fb6bae702f4b0650e4 to your computer and use it in GitHub Desktop.
<div class="col-md-12 col-sm-12 pad-0 col-hover">
<div class="col-md-2 col-sm-2 pad-10">
<img class="img1" src="/assets/choose-style/img2.png">
</div>
<div class="col-md-8 col-sm-8">
<h5><%= CaricatureType.second.name %></h5>
<p class="text-color">
<%= CaricatureType.second.description %>
</p>
</div>
<div class="col-md-2 col-sm-2 roundedThree">
<input type="radio" value="None" id="roundedThree" name="check" />
<label for="roundedThree"></label>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment