Spaces:
Runtime error
Runtime error
File size: 278 Bytes
67c9653 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | @tailwind base;
@tailwind components;
@tailwind utilities;
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
} |