A Pen by Steve Mayhew on CodePen.
Created
September 26, 2016 22:53
-
-
Save stevemayhew/c92e6a4998b509815f3c33bb944d88ba to your computer and use it in GitHub Desktop.
yabvjR
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
| <html> | |
| <head> | |
| <title>Test Step Indicator</title> | |
| </head> | |
| </body> | |
| <div class="steps"> | |
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 767 25"> | |
| <title> | |
| StepIndicator | |
| </title> | |
| <path class="fixed-bar" d="M25.5 8h728.75a2.25 2.25 0 0 1 2.25 2.25v4.5a2.25 2.25 0 0 1-2.25 2.25H24.75" fill="#373938" fill-rule="evenodd"/> | |
| <rect class="completed-bar" x="14.75" y="8" width="52.5" height="9" fill="#00a6e4"/> | |
| <path class="bar-end-cap" d="M67.25 8a2.25 2.25 0 0 1 2.25 2.25v4.5A2.25 2.25 0 0 1 67.25 17" fill="#00a6e4" fill-rule="evenodd"/> | |
| <circle class="left-end" cx="754.5" cy="12.5" r="12.5" fill="#373938"/> | |
| <circle class="right-end" cx="12.5" cy="12.5" r="12.5" fill="#373938"/> | |
| </svg> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment