Skip to content

Instantly share code, notes, and snippets.

@probablyangg
Created October 9, 2018 17:09
Show Gist options
  • Save probablyangg/c22530a794eb7b594226e836fbf7c103 to your computer and use it in GitHub Desktop.
Save probablyangg/c22530a794eb7b594226e836fbf7c103 to your computer and use it in GitHub Desktop.
Task
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="container" style=padding:5em;>
<div class="progress">
<div class="progress-bar" style="width: 50%;">
50% Complete!
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 50%">50</div>
<div class="progress-bar progress-bar-warning" style="width: 25%">25</div>
<div class="progress-bar progress-bar-danger" style="width: 10%">10</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment