Skip to content

Instantly share code, notes, and snippets.

@Maransatto
Created February 12, 2025 00:08
Show Gist options
  • Save Maransatto/3637100bc3f6092c1f363c25533b680f to your computer and use it in GitHub Desktop.
Save Maransatto/3637100bc3f6092c1f363c25533b680f to your computer and use it in GitHub Desktop.
Youtube React: Customer Module
.customer {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 16px;
margin: 16px;
text-align: left;
}
.name {
font-size: 1.5rem;
color: #333;
margin-bottom: 8px;
}
.text {
font-size: 1rem;
color: #666;
margin-bottom: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment