Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created May 30, 2018 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannwamba/d3b128615e626b3740b8fc78e23cab3b to your computer and use it in GitHub Desktop.
Save christiannwamba/d3b128615e626b3740b8fc78e23cab3b to your computer and use it in GitHub Desktop.
// App.css
#parent {
padding-top: 5em;
padding-bottom: 40px;
background-color: rgb(225, 223, 223);
height: 100vh;
}
#progress-holder{
border: 1px solid grey;
border-radius: 5px;
padding: 4em;
text-align: center;
}
#progress-text{
font-size: 2em;
font-weight: bold;
}
#progress-bar-wrapper{
border: 2px solid black;
border-radius: 5px;
height: 40px;
color:white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment