Created
September 27, 2016 20:22
-
-
Save nchristus/b18aaf5a3beca3bf6c558fac23d0b2a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="face success ring"> | |
<svg class="status-icon" xmlns="http://www.w3.org/2000/svg" width="72" height="72" viewBox="0 0 72 72"> | |
<title>checkmark-icon</title> | |
<path d="M36 0a36 36 0 1 0 36 36A36 36 0 0 0 36 0zm23 26.518L33.722 51.85a5.2 5.2 0 0 1-3.2 1.327h-2.18a5.2 5.2 0 0 1-3.195-1.327l-11.9-11.957a1.884 1.884 0 0 1 0-2.652l4.684-4.683a1.88 1.88 0 0 1 2.652 0l7.6 7.588a1.88 1.88 0 0 0 2.65 0l20.84-20.89a1.883 1.883 0 0 1 2.653-.007l4.66 4.627A1.874 1.874 0 0 1 59 26.518z" fill="#fff"/> | |
</svg> | |
<p class="status-msg">Test completed</p> | |
<a class="btn" href="#">Go back</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment