anycoder-e5fc369b / styles /globals.css
Jayantsharma46's picture
Upload styles/globals.css with huggingface_hub
e0cf339 verified
raw
history blame contribute delete
309 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
min-height: 100vh;
}