Back to Prompts

Software Development

Software development, coding, technical documentation, and programming tasks

On this page

  • Use Case 1

    Generate code for a website

    Create website code, components, and functionality using various programming languages and frameworks

    Generate HTML and CSS code for a responsive navigation bar

    I am a [web developer/frontend developer/designer] creating a responsive navigation bar. Generate clean, semantic HTML and CSS code with these specifications: color scheme using [specific colors/hex codes], logo integration from [logo file/URL], menu items: [specific menu items list], mobile-first responsive design with hamburger menu for smaller screens, smooth transitions and hover effects, accessibility features (ARIA labels, keyboard navigation), and cross-browser compatibility. Include CSS flexbox or grid for layout, media queries for breakpoints, and commented code explaining key sections. Ensure the navbar is ready for integration into existing projects.