Created
February 10, 2021 16:52
-
-
Save DZuz14/865feedd2462f3af7c62afa71306cf15 to your computer and use it in GitHub Desktop.
bar
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
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