You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout: client/src/pages/Product/Product.tsx to get started.
Utilize CSS to create a two column page layout where the left column contains the product's image and the right column contains the product's title, description, and price.
The widths of each column should not change with images and text lengths of different widths.
Here is an example of a two column page layout from Amazon:
Acceptance Criteria:
Participants have the freedom to do whatever they'd like to do so long as they create a layout with two columns with the product image in the left column and product details in the right column.
The text was updated successfully, but these errors were encountered:
Description:
Checkout:
client/src/pages/Product/Product.tsx
to get started.Utilize CSS to create a two column page layout where the left column contains the product's image and the right column contains the product's title, description, and price.
The widths of each column should not change with images and text lengths of different widths.
Here is an example of a two column page layout from Amazon:
Acceptance Criteria:
Participants have the freedom to do whatever they'd like to do so long as they create a layout with two columns with the product image in the left column and product details in the right column.
The text was updated successfully, but these errors were encountered: