css challenges
1. “Create a mobile-friendly navigation bar using Flexbox.” Hint: Use display: flex, justify-content: space-between, and padding. Output: view output 2. “Style a card layout for a product or news article.” Hint: Use box-shadow, border-radius, and hover effects. Output: view output 3. “Add a dark mode toggle style to a webpage.” Hint: Use a lass like .dark-mode and change background and text colors. Ouput: view output 4. “Build a responsive image gallery with 2 columns on mobile and 4 on desktop.” • Hint: Use CSS Grid and media queries. Output: view output 5. “Style a call-to-action button that grows when hovered.” • Hint: ...