Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created May 21, 2024 04:02
Show Gist options
  • Save SarahElson/70a5bd5cbb4046549ffa5059769e016e to your computer and use it in GitHub Desktop.
Save SarahElson/70a5bd5cbb4046549ffa5059769e016e to your computer and use it in GitHub Desktop.
How to Use CSS Modules With React Applications
.half{
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
gap: 1.5rem;
}
.leading{
font-size: 3rem;
}
.buttoncontainer{
display: flex;
flex-direction: row;
justify-content: start;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment