Skip to content

Instantly share code, notes, and snippets.

View farhanlatheef's full-sized avatar

Farhan CK farhanlatheef

View GitHub Profile
@farhanlatheef
farhanlatheef / App.css
Last active February 28, 2024 05:27
A simple react app with multiple languages (english and spanish) with translations automatically sentence cased. For example, "Send Message" will be displayed as "Send message"
.App {
font-family: 'Arial', sans-serif;
text-align: center;
margin: 20px;
}
h1 {
color: #333;
}