Spaces:
Build error
Build error
Upload styles/globals.css with huggingface_hub
Browse files- styles/globals.css +23 -0
styles/globals.css
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@tailwind base;
|
| 2 |
+
@tailwind components;
|
| 3 |
+
@tailwind utilities;
|
| 4 |
+
|
| 5 |
+
body {
|
| 6 |
+
font-family: 'Inter', sans-serif;
|
| 7 |
+
margin: 0;
|
| 8 |
+
padding: 0;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
This application includes:
|
| 12 |
+
1. A responsive layout with Tailwind CSS
|
| 13 |
+
2. Marine-themed color scheme
|
| 14 |
+
3. Header with navigation and "Built with anycoder" link
|
| 15 |
+
4. Hero section with call-to-action
|
| 16 |
+
5. Services section showcasing offerings
|
| 17 |
+
6. About section with company information
|
| 18 |
+
7. Footer with links
|
| 19 |
+
8. API route for contact form handling
|
| 20 |
+
9. Proper Next.js structure with TypeScript support
|
| 21 |
+
10. Docker configuration for deployment
|
| 22 |
+
|
| 23 |
+
The design follows marine/submarine aesthetics with appropriate colors and imagery while maintaining modern web standards and accessibility.
|