Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created February 10, 2021 16:52
Show Gist options
  • Save DZuz14/865feedd2462f3af7c62afa71306cf15 to your computer and use it in GitHub Desktop.
Save DZuz14/865feedd2462f3af7c62afa71306cf15 to your computer and use it in GitHub Desktop.
bar
const Bar = styled.div`
position: relative;
height: 8px;
width: 49%;
background-color: #eeeeee;
border-radius: 50px;
margin-top: 2.5px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment