Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created August 13, 2022 04:29
Show Gist options
  • Save SarahElson/fbe742d87f8a458a0d1ee29c546cfeab to your computer and use it in GitHub Desktop.
Save SarahElson/fbe742d87f8a458a0d1ee29c546cfeab to your computer and use it in GitHub Desktop.
How To Style And Write CSS In React
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