Skip to content

Instantly share code, notes, and snippets.

@ckozus
Last active March 28, 2016 14:45
Show Gist options
  • Save ckozus/7d3c525578796f8528e8 to your computer and use it in GitHub Desktop.
Save ckozus/7d3c525578796f8528e8 to your computer and use it in GitHub Desktop.
<div class="modal">
<label for="modal-3">
<h5>
2 miles away
<i class="icon-star"> </i>
<i class="icon-star"> </i>
<i class="icon-star"> </i>
<i class="icon-star"> </i>
<i class="icon-star"> </i>
</h5>
</label>
<input class="modal-state" id="modal-3" type="checkbox" />
<div class="modal-fade-screen">
<div class="modal-inner rates">
<i class="icon-star"> </i>
<i class="icon-star"> </i>
<i class="icon-star"> </i>
<i class="icon-star"> </i>
<i class="icon-star"> </i>
<h3>NOT AVAILABLE</h3>
<p>We are sorry! Funeral home ratings are not available right now. We plan on adding this feature to TrueFuneral very soon</p>
<a href="" class="button">Back to search results</a>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment