Created
February 12, 2025 00:08
-
-
Save Maransatto/3637100bc3f6092c1f363c25533b680f to your computer and use it in GitHub Desktop.
Youtube React: Customer Module
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
.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