anycoder-5df874db / styles /globals.css
Svenson1974's picture
Upload styles/globals.css with huggingface_hub
f240309 verified
raw
history blame contribute delete
700 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: 'Inter', sans-serif;
margin: 0;
padding: 0;
}
This application includes:
1. A responsive layout with Tailwind CSS
2. Marine-themed color scheme
3. Header with navigation and "Built with anycoder" link
4. Hero section with call-to-action
5. Services section showcasing offerings
6. About section with company information
7. Footer with links
8. API route for contact form handling
9. Proper Next.js structure with TypeScript support
10. Docker configuration for deployment
The design follows marine/submarine aesthetics with appropriate colors and imagery while maintaining modern web standards and accessibility.