Skip to content

Instantly share code, notes, and snippets.

View supanya007's full-sized avatar

สุปัญญา ศรีขัดเคล้า supanya007

  • สุปัญญา ศรีขัดเคล้า
  • ประเทศไทย
View GitHub Profile
@supanya007
supanya007 / styles.css
Last active May 26, 2026 14:15 — forked from tenzinmigmar/styles.css
styles.css for Build your first GenAI application the right way
/* Reset and Base Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
background: #ffffff;