Created
August 13, 2022 04:29
-
-
Save SarahElson/fbe742d87f8a458a0d1ee29c546cfeab to your computer and use it in GitHub Desktop.
How To Style And Write CSS In React
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
block { | |
display: "block"; | |
width: 70vw; | |
font-family: sans-serif; | |
max-width: fit-content; | |
background-color: black; | |
border-radius: 5px; | |
color: white; | |
font-size: 24px; | |
text-align: center; | |
margin: auto; | |
margin-top: 10px; | |
padding: 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment