Create foundational CSS styles for a common UI component like a button or card.
Task: Generate basic CSS for a [component_type]. Context: The component should have a [primary_color] background and [text_color] text. Example: Component: button Primary color: blue Text color: white Output: .button { background-color: blue; color: white; padding: 10px 20px; border-radius: 5px; border: none; cursor: pointer; }
Generate a strategic plan to significantly improve the loading speed and runtime performance of a web application.
Generate comprehensive strategies to reduce web application load times and improve user experience across frontend, backend, and network layers.
Create simple CSS button styles for web applications, including hover and active states.