-
-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Create a navigation bar using flexbox. It should have a logo on the left and navigation links on the right. The navigation links should be centered both vertically and horizontally.
Create a responsive grid of images using flexbox. The grid should have three columns and as many rows as needed. Each image should have a caption below it.
Create a login form using flexbox. It should have two columns: one for the login form and one for the sign-up form. Both forms should be centered both vertically and horizontally.
Create a pricing table using flexbox. It should have three columns: one for the plan name, one for the price, and one for the features. The plan names and prices should be centered vertically and horizontally.
Create a footer using flexbox. It should have three columns: one for the company logo, one for the navigation links, and one for the social media links. The navigation links and social media links should be centered both vertically and horizontally.
Create a responsive page layout using flexbox. The layout should have a header, a main content area, and a footer. The main content area should be divided into two columns: one for the main content and one for the sidebar. The sidebar should be fixed in place and the main content should scroll.
Create a responsive timeline using flexbox. The timeline should have a series of items with dates on the left and content on the right. The content should be laid out in a way that is easy to read on both desktop and mobile devices.
Create a responsive card layout using flexbox. Each card should have an image, a title, a subtitle, and a description. The cards should be laid out in a way that is easy to read on both desktop and mobile devices.
Create a responsive navbar using flexbox. The navbar should have a logo on the left, a menu button on the right, and navigation links in the center. When viewed on a mobile device, the menu button should expand to show the navigation links.
Create a responsive gallery using flexbox. The gallery should have a series of images with captions below them. When viewed on a mobile device, the images should stack vertically instead of horizontally.
These assignments